From c722df8c090c6097ea1d4d15fa53da7992c9aa2f Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 12 十二月 2025 14:11:16 +0800
Subject: [PATCH] 【丽水修复】历史随访记录导出修复

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index 4bfbb67..1d4423f 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -35,6 +35,7 @@
     @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿")
     private Long scriptno;
 
+
     /**
      * 妯℃澘ID
      */
@@ -181,6 +182,13 @@
     @ApiModelProperty(value = "绫诲埆鍚�")
     private String categoryName;
 
+    /**
+     * 绫诲埆ID
+     */
+    @Excel(name = "绫诲埆ID")
+    @ApiModelProperty(value = "绫诲埆ID")
+    private Long assortid;
+
 //    /**
 //     * 鎸囨爣閫夐」
 //     */

--
Gitblit v1.9.3