ComplianceServer/oldcode/IBLL/Res/IRES_IMPORTRES_Q.cs

15 lines
402 B
C#

using System.Collections.Generic;
namespace WX.CRM.IBLL.Res
{
public interface IRES_IMPORTRES_Q
{
List<WX.CRM.Model.Entity.RES_IMPORTRES> GetList(int PageIndex, int PageSize, ref int rcount);
List<WX.CRM.Model.Entity.IMP_RESIMPORTID> GetResImportIdList(decimal importId);
List<WX.CRM.Model.Entity.EXP_RESIMPORTID> GetExpResImportIdList(decimal importId);
}
}