using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; using WX.CRM.Model.MAP; namespace WX.CRM.IBLL.Wx { public interface IWX_SZZYSUBPRODUCT : IRepository { List GetList(decimal[] subProductIds); WX_SZZYSUBPRODUCT GetModel(decimal subproductid); WX_SZZYSUBPRODUCT GetModelByCode(string code); List GetList_SubProduct(ref Pager pager, Wx_SzzySubProduct_QueryDto query); } }