From 19171d0f422487c3d656169fd5f57c443980d0c2 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 05 八月 2024 16:20:25 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatArchiveReq.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java index 5399440..61d49a7 100644 --- a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java +++ b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java @@ -18,7 +18,7 @@ * @author ls * @date 2023-06-14 */ -@ApiModel(value = "PatArchiveReq", description = "鎮h�呮。妗堣姹傚璞�") +@ApiModel(value = "PatArchiveReq" , description = "鎮h�呮。妗堣姹傚璞�") @Data public class PatArchiveReq { /** @@ -137,4 +137,11 @@ private Integer pageSize; + /** + * 鏄惁杩囪檻 + */ + @ApiModelProperty(value = " 鏄惁杩囪檻,榛樿false ") + private boolean isFilter = false; + + } -- Gitblit v1.9.3