From 982e63b981079caaae2be3ad8bb11d29cf9cd97b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 24 十二月 2024 14:43:36 +0800 Subject: [PATCH] 驳回使用自带驳回,对已完成流程查看流程推进的处理 --- 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