PageData返回参数调整
This commit is contained in:
parent
0a8bc6daf3
commit
d8c8c26ae5
@ -22,7 +22,7 @@ public class PageData<E> {
|
|||||||
private Long totalCount;
|
private Long totalCount;
|
||||||
|
|
||||||
@ApiModelProperty(value = "当前页", position = 102)
|
@ApiModelProperty(value = "当前页", position = 102)
|
||||||
private Integer pageNum;
|
private Integer page;
|
||||||
|
|
||||||
@ApiModelProperty(value = "每页显示数量", position = 103)
|
@ApiModelProperty(value = "每页显示数量", position = 103)
|
||||||
private Integer pageSize;
|
private Integer pageSize;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user