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