From 28179175bedad0d867f111e7d9f34e4a4b9c9371 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 23 七月 2026 19:05:13 +0800
Subject: [PATCH] (1)同德短信问题处理 (2)同德过滤患者查询问题处理 (3)南华出院随访导出新增(年龄、病历号、性别)

---
 smartor/src/main/java/com/smartor/domain/ServiceOutPath.java |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java b/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
index 2764b85..bf18264 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
@@ -64,10 +64,24 @@
     @ApiModelProperty(value = "鍒犻櫎鏍囪")
     private String delFlag;
 
-
     @ApiModelProperty(value = "杩涘埗")
     private String radix;
 
+    @ApiModelProperty(value = "澶栭摼鍦板潃")
+    private String url;
+
+    @ApiModelProperty(value = "鐥呭尯缂栫爜")
+    private String wardCode;
+
+    @ApiModelProperty(value = "鐥呭尯鍚嶇О")
+    private String wardName;
+
+    @ApiModelProperty(value = "绉戝缂栫爜")
+    private String deptCode;
+
+    @ApiModelProperty(value = "绉戝鍚嶇О")
+    private String deptName;
+
     @ApiModelProperty(value = "鐥呬汉淇℃伅")
     private PatArchive patArchive;
 

--
Gitblit v1.9.3