From b0eb37a1483358ac5747c6b71dc6efd8fe58764c Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 02 七月 2026 15:21:33 +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