using System; using System.Data; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_CALLSTATIS { DataTable GetList(DateTime? start, DateTime? end); void AddModel(CSVR_CALLSTATISDETAIL model); } }