using System; using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.QH { public interface IQH_PRODUCTTRANCOUNT_Q { List GetList_QH_ProductTranCount(string productCode, DateTime? dtstart, DateTime? dtend); } }