From 3d453a41ccd7c69a40bd9bfa31f8c5b159513b6b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 10 十月 2025 16:09:00 +0800
Subject: [PATCH] 修改BUG

---
 smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
index 0ed79a0..9aa0cc8 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -8,6 +8,7 @@
 import lombok.Data;
 
 import java.util.Date;
+import java.util.List;
 
 /**
  * 鎮h�呴棬璇婅褰曞璞� pat_med_outhosp
@@ -82,6 +83,12 @@
      */
     @ApiModelProperty(value = "绉戝浠g爜")
     private String deptcode;
+
+    /**
+     * 绉戝浠g爜
+     */
+    @ApiModelProperty(value = "绉戝浠g爜闆嗗悎")
+    private List<String> deptcodes;
 
     /**
      * 绉戝鍚嶇О
@@ -161,7 +168,7 @@
     private String hpi;
 
     /**
-     鎮h�呮。妗堢紪鍙� 鐜扮梾鍙�
+     * 鎮h�呮。妗堢紪鍙� 鐜扮梾鍙�
      */
     @ApiModelProperty(value = "鎮h�呮。妗堢紪鍙�")
     private String patno;

--
Gitblit v1.9.3