From 9526971c403417c1c007804f24884c443b9e6cd7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 04 九月 2024 00:34:40 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatArchiveReq.java | 16 +++++++++++++++- 1 files changed, 15 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 b2d1cbb..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 { /** @@ -27,6 +27,13 @@ @ApiModelProperty("鎮h�卛d") @Excel(name = " 鎮h�卛d ") private String pid; + + /** + * 濮撳悕 + */ + @ApiModelProperty("鎮h�卛d闆嗗悎") + @Excel(name = " 鎮h�卛d闆嗗悎锛堝湪閫夋嫨鐥呬汉鏃讹紝杩囨护宸茬粡閫夋嫨鐨刾ids锛� ") + private List<Integer> pids; /** * 濮撳悕 @@ -130,4 +137,11 @@ private Integer pageSize; + /** + * 鏄惁杩囪檻 + */ + @ApiModelProperty(value = " 鏄惁杩囪檻,榛樿false ") + private boolean isFilter = false; + + } -- Gitblit v1.9.3