xiangpei
2025-01-03 6e22eee1db782ccd72caecce9491f357e8cadf46
system/src/main/java/com/ycl/system/domain/base/AbsQuery.java
@@ -13,9 +13,9 @@
public class AbsQuery {
    @ApiModelProperty(value = "当前页", required = true)
    private Long currentPage = 1L;
    private long currentPage = 1L;
    @ApiModelProperty(value = "每页条数", required = true)
    private Long pageSize = 10L;
    private long pageSize = 10L;
}