This commit is contained in:
Lemon
2023-07-07 11:44:36 +08:00
parent 923cc64892
commit 193fa58b2e
3 changed files with 7 additions and 1 deletions

View File

@@ -63,4 +63,8 @@ public class QueryOrderDTO extends BaseEntity {
* 结束时间
*/
private String endTime;
private int pageSize;
private int pageNum;
}