From e180e3a496d6f29d3a3b34016400de9d997c6bd9 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 07 四月 2026 14:42:23 +0800
Subject: [PATCH] 省立同德满意度功能提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java | 44 +++++++++++++++++++++++++++++++++++---------
1 files changed, 35 insertions(+), 9 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..f1e6a88 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -37,6 +37,20 @@
private Long scriptno;
/**
+ * 璇煶闂绫诲埆ID锛堝搴旂殑鏄痠vr_liba_script_ssort锛�
+ */
+ @Excel(name = "璇煶闂绫诲埆ID锛堝搴旂殑鏄痠vr_liba_script_ssort锛�")
+ @ApiModelProperty(value = "璇煶闂绫诲埆ID锛堝搴旂殑鏄痠vr_liba_script_ssort锛�")
+ private Long scriptAssortid;
+
+ /**
+ * 璇煶闂绫诲埆鍚嶇О锛堝搴旂殑鏄痠vr_liba_script_ssort锛�
+ */
+ @Excel(name = "璇煶闂绫诲埆鍚嶇О锛堝搴旂殑鏄痠vr_liba_script_ssort锛�")
+ @ApiModelProperty(value = "璇煶闂绫诲埆鍚嶇О锛堝搴旂殑鏄痠vr_liba_script_ssort锛�")
+ private String scriptAssortname;
+
+ /**
* 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
*/
@Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
@@ -80,8 +94,8 @@
/**
* 闂绫诲瀷
*/
- @Excel(name = "闂绫诲瀷")
- @ApiModelProperty(value = "闂绫诲瀷")
+ @Excel(name = "闂绫诲瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�")
+ @ApiModelProperty(value = "闂绫诲瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�")
private String scriptType;
/**
@@ -168,12 +182,8 @@
@ApiModelProperty(value = "鍚笉娓呰瘽鏈闊�")
private String noClearlyVoice;
- /**
- * 绫诲埆鍚�
- */
- @Excel(name = "绫诲埆鍚�")
- @ApiModelProperty(value = "绫诲埆鍚�")
- private String categoryName;
+
+
// /**
// * 鎸囨爣閫夐」
@@ -280,7 +290,7 @@
* 搴忓彿
*/
@ApiModelProperty(value = "搴忓彿")
- private Integer sort;
+ private Long sort;
/**
@@ -310,6 +320,22 @@
@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;
+
// /**
// * 闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級
// */
--
Gitblit v1.9.3