From 1067ed3f741bc71cfd5438c9b074daf48995e792 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 12 十二月 2025 15:05:42 +0800
Subject: [PATCH] 【丽水修复】历史随访记录导出修复
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
index eb5dc3b..fb596fc 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -37,6 +37,13 @@
private Long scriptno;
/**
+ * 绫诲埆ID
+ */
+ @Excel(name = "绫诲埆ID")
+ @ApiModelProperty(value = "绫诲埆ID")
+ private Long assortid;
+
+ /**
* 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
*/
@Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
@@ -280,7 +287,7 @@
* 搴忓彿
*/
@ApiModelProperty(value = "搴忓彿")
- private Integer sort;
+ private Long sort;
/**
--
Gitblit v1.9.3