From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatArchiveReq.java |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 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..86846e6 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,36 @@
     private Integer pageSize;
 
 
+    /**
+     * 鏄惁杩囪檻
+     */
+    @ApiModelProperty(value = " 鏄惁杩囪檻,榛樿false ")
+    private boolean isFilter = false;
+
+
+    /**
+     * 鍑洪櫌鐥呭尯缂栧彿
+     */
+    @ApiModelProperty(value = "鍑洪櫌鐥呭尯缂栧彿")
+    private String leavehospitaldistrictcode;
+
+    /**
+     * 鍑洪櫌鐥呭尯鍚嶇О
+     */
+    @ApiModelProperty(value = "鍑洪櫌鐥呭尯鍚嶇О")
+    @Excel(name = " 鍑洪櫌鐥呭尯鍚嶇О ")
+    private String leavehospitaldistrictname;
+
+    /**
+     * 鐥呭尯缂栧彿
+     */
+    @ApiModelProperty(value = "鐥呭尯缂栧彿")
+    private List<String> leavehospitaldistrictcodes;
+
+    /**
+     * 绉戝缂栫爜
+     */
+    @ApiModelProperty(value = "绉戝缂栫爜")
+    @Excel(name = " 绉戝缂栫爜 ")
+    private List<String> leaveldeptcodes;
 }

--
Gitblit v1.9.3