龚焕茏
2024-04-30 a90d4c73e67b27338e941f88673fd17fe8b2b5ff
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;