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