From a21946b5a2d500a32ced2d789c68b4cc7f651a60 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 18 三月 2026 10:53:01 +0800
Subject: [PATCH] 【丽水】selectDeptByCode 增加类型判断(科室/病区)
---
smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
index f651b95..0791f67 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
@@ -439,4 +439,11 @@
@ApiModelProperty(value = "闅忚閮ㄩ棬鍚嶇О")
private String visitDeptName;
+
+ /**
+ * 鐤剧梾鐥呯
+ */
+ @ApiModelProperty(value = "鐤剧梾鐥呯")
+ @Excel(name = " 鐤剧梾鐥呯")
+ private String diagType;
}
--
Gitblit v1.9.3