From da6cce0d9f01b98d20b9ed89b438cd32006a8dd8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 22 十一月 2024 17:17:10 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaScript.java | 65 ++++++++++++++++++++++++++++----
1 files changed, 56 insertions(+), 9 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
index ec51b92..4e0c997 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
@@ -33,28 +33,42 @@
*/
@ApiModelProperty("闂璇濇湳鏍囬")
@Excel(name = "闂璇濇湳鏍囬")
- private String questiontitle;
+ private String scriptTopic;
/**
* 璇濇湳鍐呭
*/
@ApiModelProperty("璇濇湳鍐呭")
@Excel(name = "璇濇湳鍐呭")
- private String questiontext;
+ private String scriptContent;
+
+ /**
+ * 璇濇湳鎻忚堪
+ */
+ @ApiModelProperty("璇濇湳鎻忚堪")
+ @Excel(name = "璇濇湳鎻忚堪")
+ private String scriptDesc;
+
+ /**
+ * 闂鍥剧墖璺緞
+ */
+ @ApiModelProperty("闂鍥剧墖璺緞")
+ @Excel(name = "闂鍥剧墖璺緞")
+ private String picturePath;
/**
* 璇濇湳璇煶
*/
@ApiModelProperty("璇濇湳璇煶")
@Excel(name = "璇濇湳璇煶")
- private String questionvoice;
+ private String ivrVoice;
/**
* 鏃犲尮閰嶈瘽鏈�
*/
@ApiModelProperty("鏃犲尮閰嶈瘽鏈�")
@Excel(name = "鏃犲尮閰嶈瘽鏈�")
- private String nomatchtext;
+ private String noMatchText;
/**
* 鏃犲尮閰嶈瘽鏈闊�
@@ -68,7 +82,7 @@
*/
@ApiModelProperty("闈欓粯璇濇湳")
@Excel(name = "闈欓粯璇濇湳")
- private String sliencetext;
+ private String slienceText;
/**
* 闈欓粯璇濇湳璇煶
@@ -96,7 +110,7 @@
*/
@ApiModelProperty("鍚笉娓呰瘽鏈�")
@Excel(name = "鍚笉娓呰瘽鏈�")
- private String noclearlytext;
+ private String noClearlyText;
/**
* 鍚笉娓呰瘽鏈闊�
@@ -110,7 +124,7 @@
*/
@ApiModelProperty("闂绫诲瀷")
@Excel(name = "闂绫诲瀷 ")
- private String questiontype;
+ private String scriptType;
/**
* 瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭
@@ -125,6 +139,13 @@
@Excel(name = "鎸囨爣绫诲瀷")
@ApiModelProperty(value = "鎸囨爣绫诲瀷")
private String targettype;
+
+ /**
+ * 鎸囨爣鎻忚堪
+ */
+ @Excel(name = "鎸囨爣鎻忚堪")
+ @ApiModelProperty(value = "鎸囨爣鎻忚堪")
+ private String targetdesc;
/**
* 鎸囨爣鍚嶇О
@@ -215,8 +236,14 @@
* 鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級
*/
@ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級")
- @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�")
- private Long isenable;
+ @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2=鏂囨湰,3=鏁板��")
+ private Long valueType;
+
+ /**
+ * 鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�
+ */
+ @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�")
+ private String reply;
/**
* 涓婁紶鏃堕棿
@@ -296,5 +323,25 @@
@ApiModelProperty(value = "鏍囩")
private String tag;
+ /**
+ * 璇濇湳璇煶鏂囨湰
+ */
+ @Excel(name = "璇濇湳璇煶鏂囨湰")
+ @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰")
+ private String ivrtext;
+
+ /**
+ * pageNum
+ */
+ @ApiModelProperty(value = "pageNum")
+ @Excel(name = "pageNum")
+ private Integer pageNum;
+
+ /**
+ * pageSize
+ */
+ @ApiModelProperty(value = "pageSize")
+ @Excel(name = "pageSize")
+ private Integer pageSize;
}
--
Gitblit v1.9.3