PageData返回参数调整

This commit is contained in:
tianliyong 2022-11-08 14:19:24 +08:00
parent 0a8bc6daf3
commit d8c8c26ae5

View File

@ -22,7 +22,7 @@ public class PageData<E> {
private Long totalCount;
@ApiModelProperty(value = "当前页", position = 102)
private Integer pageNum;
private Integer page;
@ApiModelProperty(value = "每页显示数量", position = 103)
private Integer pageSize;