分页参数时间范围处理

This commit is contained in:
陈淳
2022-09-09 15:53:11 +08:00
parent 43120b0017
commit 5d738d99fe
27 changed files with 326 additions and 54 deletions

View File

@@ -11,5 +11,8 @@ namespace Yi.Framework.Common.Models
{
public int PageNum { get; set; }
public int PageSize { get; set; }
public DateTime? StartTime {get;set;}
public DateTime? EndTime { get; set; }
}
}