using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_TODAYRECORD { void AddListRecord(List listModel); void AddListRecordUn(List listModel); } }