ComplianceServer/oldcode/IBLL/Csvr/ICSVR_APPLYPRIMARYNUMBER_Q.cs

19 lines
460 B
C#

using System.Collections.Generic;
using WX.CRM.Common;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_APPLYPRIMARYNUMBER_Q
{
/// <summary>
/// 分页查询
/// </summary>
/// <param name="pager"></param>
/// <returns></returns>
List<WX.CRM.Model.Entity.CSVR_APPLYPRIMARYNUMBER> GetList(ref Pager pager);
List<WX.CRM.Model.Entity.CSVR_APPLYPRIMARYNUMBER> GetList(string resid);
}
}