using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_UNITECUSTOMERAPPLY_Q { CSVR_UNITECUSTOMERAPPLY GetModel_UniteCustomerApply(decimal id); List GetList_UniteCustomerApply(ref Pager pg, string resid, decimal status, string stime, string etime); } }