From dbbb114c25b2406b6d1fd52019d2f2228ffcacd0 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 27 十一月 2024 18:04:16 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
index 59ff3f7..eb5dc3b 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -103,7 +103,14 @@
*/
@Excel(name = "璇濇湳璇煶")
@ApiModelProperty(value = "璇濇湳璇煶")
- private String scriptVoice;
+ private String ivrVoice;
+
+ /**
+ * 璇濇湳璇煶鏂囨湰
+ */
+ @Excel(name = "璇濇湳璇煶鏂囨湰")
+ @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰")
+ private String ivrtext;
/**
* 鏃犲尮閰嶈瘽鏈�
@@ -261,7 +268,7 @@
* 涓嬩竴棰�
*/
@ApiModelProperty(value = "涓嬩竴棰�")
- private Integer nextScriptno;
+ private Long nextScriptno;
/**
* 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
@@ -296,6 +303,13 @@
@ApiModelProperty(value = "鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�")
private String isMust;
+ /**
+ * 缁勫埆
+ */
+ @Excel(name = "缁勫埆")
+ @ApiModelProperty(value = "缁勫埆")
+ private String groupName;
+
// /**
// * 闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級
// */
--
Gitblit v1.9.3