From f5412313edae1ffae3d5471e5eca8dde4695f0d2 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 07 十一月 2025 17:46:35 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java |   16 +++++++++++++++-
 1 files changed, 15 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..6ad2c36 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;
@@ -235,4 +242,11 @@
     @ApiModelProperty(value = "鏈�鍚庣粨鏉熸椂闂�")
     private String lastEndTime;
 
+    /**
+     * 鏈烘瀯ID
+     */
+    @ApiModelProperty("闄㈠尯")
+    @Excel(name = " 闄㈠尯 ")
+    private String campusid;
+
 }

--
Gitblit v1.9.3