xiangpei
2024-04-07 f4233054dd24083b644f4bf71cac09720e08d1c5
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;