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;