From 245663c4f6092eb9f06905e684d6ecb04aeb1313 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 16 一月 2025 22:33:08 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-java --- system/src/main/java/com/ycl/system/domain/base/AbsQuery.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/src/main/java/com/ycl/system/domain/base/AbsQuery.java b/system/src/main/java/com/ycl/system/domain/base/AbsQuery.java index 3a669db..940053d 100644 --- a/system/src/main/java/com/ycl/system/domain/base/AbsQuery.java +++ b/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; } -- Gitblit v1.8.0