luohairen
2024-12-31 0c35c75ada3bb2a0a4d2843d20445af524f0e357
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;
}