xiangpei
2024-07-22 e101402e91cb92ff5cd9abd05ed45a223d1849fc
ycl-pojo/src/main/java/com/ycl/platform/base/AbsQuery.java
@@ -13,7 +13,7 @@
public class AbsQuery {
    @ApiModelProperty(value = "当前页", required = true)
    private Long currentPage = 1L;
    private Long pageNum = 1L;
    @ApiModelProperty(value = "每页条数", required = true)
    private Long pageSize = 10L;