From 6659135780e718758417efde4c8c351c69e3755b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 11 十二月 2025 15:52:19 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java | 22 +++++++++++++++++++++-
1 files changed, 21 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..0632196 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;
@@ -204,6 +211,12 @@
@ApiModelProperty(value = "鐤剧梾闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞� 1澶勭悊鎴愬姛 2澶勭悊澶辫触 ")
private String diagcheckFlag;
+ /**
+ * 閮ㄩ棬闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞� 1澶勭悊
+ */
+ @ApiModelProperty(value = "閮ㄩ棬闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0鏈鐞� 1澶勭悊鎴愬姛 2澶勭悊澶辫触 ")
+ private String deptcheckFlag;
+
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = " ", width = 30, dateFormat = "yyyy-MM-dd")
@@ -235,4 +248,11 @@
@ApiModelProperty(value = "鏈�鍚庣粨鏉熸椂闂�")
private String lastEndTime;
+ /**
+ * 鏈烘瀯ID
+ */
+ @ApiModelProperty("闄㈠尯")
+ @Excel(name = " 闄㈠尯 ")
+ private String campusid;
+
}
--
Gitblit v1.9.3