using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_APPLYPRIMARYNUMBER_Q { /// /// 分页查询 /// /// /// List GetList(ref Pager pager); List GetList(string resid); } }