From 00620953c547258edc7ec7ef22f198570d3c5262 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 29 六月 2026 17:41:22 +0800
Subject: [PATCH] 【景宁】随访历史记录查询增加出院时间范围
---
smartor/src/main/java/com/smartor/domain/ServiceOutPath.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java b/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
index 0415bc0..2764b85 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
@@ -38,6 +38,13 @@
private String param2;
/**
+ * 瀛愪换鍔D
+ */
+ @ApiModelProperty("瀛愪换鍔D")
+ private String param6;
+
+
+ /**
* task_name
*/
@ApiModelProperty("task_name")
@@ -61,6 +68,8 @@
@ApiModelProperty(value = "杩涘埗")
private String radix;
+ @ApiModelProperty(value = "鐥呬汉淇℃伅")
+ private PatArchive patArchive;
}
--
Gitblit v1.9.3