namespace HL_FristAidPlatform_DTO { public class PageInputContext { /// /// 当前页码 /// public int currPageIndex { get; set; } /// /// 每页最大记录数 /// public int recordNumPer { get; set; } } }