From 0f22f66ae9d2156b983f533beb17a0062a949524 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期日, 26 十月 2025 20:46:28 +0800
Subject: [PATCH] Merge branch 'master' into 1027-master
---
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