分页参数时间范围处理
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user