using System; using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.QH { public interface IQH_DISCREPANCYGOLD : IRepository { List GetList(ref Pager pager, string useraccount); List GetList(ref Pager pager, string userAccount, string accountName, string resId, DateTime? starttime, DateTime? endtime); } }