From b79d14af673a7adc8614b5cb1e49773b5a992f83 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 08 四月 2026 17:49:56 +0800
Subject: [PATCH] 【丽水】手术随访

---
 smartor/src/main/java/com/smartor/domain/SvyLibTemplateScript.java |   33 +++++++++++++++++++++++++++++----
 1 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScript.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScript.java
index 4e50611..da4eda0 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScript.java
@@ -135,7 +135,6 @@
     @ApiModelProperty("涓婁紶鏃堕棿")
     private Date uploadTime;
 
-
     /**
      * 鐖禝D
      */
@@ -151,11 +150,18 @@
     private String guid;
 
     /**
-     * 鍒嗙被id
+     * 瀵瑰簲鐨勬槸svy_lib_script_category鐨勪富閿�
      */
-    @Excel(name = "鍒嗙被id")
-    @ApiModelProperty("鍒嗙被id")
+    @Excel(name = "瀵瑰簲鐨勬槸svy_lib_script_category鐨勪富閿�")
+    @ApiModelProperty("瀵瑰簲鐨勬槸svy_lib_script_category鐨勪富閿�")
     private Long categoryid;
+
+    /**
+     * 绫诲埆鍚�
+     */
+    @ApiModelProperty(value = "瀵瑰簲鐨勬槸svy_lib_script_category鐨勭被鍒悕")
+    private String categoryName;
+
     /**
      * 棰樼洰鍐呭
      */
@@ -276,4 +282,23 @@
     @ApiModelProperty(value = "缁勫埆")
     private String groupName;
 
+    @Excel(name = "璐d换绉戝鍚嶇О锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    @ApiModelProperty(value = "璐d换绉戝鍚嶇О锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    private String dutyDeptName;
+
+    @Excel(name = "璐d换绉戝缂栫爜锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    @ApiModelProperty(value = "璐d换绉戝缂栫爜锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    private String dutyDeptCode;
+
+    @Excel(name = "鎶ュ绉戝鍚嶇О锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    @ApiModelProperty(value = "鎶ュ绉戝鍚嶇О锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    private String reportDeptName;
+
+    @Excel(name = "鎶ュ绉戝缂栫爜锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    @ApiModelProperty(value = "鎶ュ绉戝缂栫爜锛堝鏋滃涓瀹ょ敤閫楀彿鍒嗗壊锛�")
+    private String reportDeptCode;
+
+    @Excel(name = "鍒嗙被ID闆嗗悎")
+    @ApiModelProperty(value = "鍒嗙被ID闆嗗悎")
+    private List<Long> categoryids;
 }

--
Gitblit v1.9.3