From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 11 十二月 2024 22:16:23 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 52 insertions(+), 6 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
index f967a45..26cda95 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java
@@ -7,6 +7,7 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
+import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@@ -27,7 +28,14 @@
* 涓婚敭ID
*/
@ApiModelProperty(value = "涓婚敭")
- private Long ID;
+ private Long id;
+
+ /**
+ * 鍒嗘暟
+ */
+ @Excel(name = "鍒嗘暟")
+ @ApiModelProperty(value = "鍒嗘暟")
+ private BigDecimal score;
/**
* 浠诲姟id
@@ -41,7 +49,15 @@
*/
@Excel(name = "妯℃澘璇濇湳缂栧彿")
@ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿")
- private Long templateQuestionNum;
+ private Long scriptno;
+
+
+ /**
+ * 閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�
+ */
+ @Excel(name = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�")
+ @ApiModelProperty(value = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3闂瓟 4濉┖ 5鍏跺畠锛�")
+ private String scriptType;
/**
* 妯℃澘ID
@@ -69,14 +85,14 @@
*/
@Excel(name = "璇濇湳鍐呭")
@ApiModelProperty(value = "璇濇湳鍐呭")
- private String questionText;
+ private String scriptContent;
/**
* 璇濇湳璇煶
*/
@Excel(name = "璇濇湳璇煶")
@ApiModelProperty(value = "璇濇湳璇煶")
- private String questionVoice;
+ private String scriptVoice;
/**
* 鏃犲尮閰嶈瘽鏈�
@@ -135,6 +151,13 @@
private String noClearlyVoice;
/**
+ * 缁勫埆
+ */
+ @Excel(name = "缁勫埆")
+ @ApiModelProperty(value = "缁勫埆")
+ private String groupName;
+
+ /**
* 绫诲埆鍚�
*/
@Excel(name = "绫诲埆鍚�")
@@ -147,6 +170,13 @@
@Excel(name = "鎸囨爣閫夐」")
@ApiModelProperty(value = "鎸囨爣閫夐」")
private String targetOptions;
+
+ /**
+ * 璇濇湳璇煶鏂囨湰
+ */
+ @Excel(name = "璇濇湳璇煶鏂囨湰")
+ @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰")
+ private String ivrtext;
/**
* 璇█
@@ -237,14 +267,14 @@
*/
@Excel(name = "鏍囬")
@ApiModelProperty(value = "鏍囬")
- private String questiontitle;
+ private String scriptTopic;
/**
* 涓嬩竴棰�
*/
@Excel(name = "涓嬩竴棰�")
@ApiModelProperty(value = "涓嬩竴棰�")
- private Long nextQuestion;
+ private Long nextScriptno;
/**
* 鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級
@@ -267,6 +297,9 @@
@ApiModelProperty(value = "闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級")
private String questionResult;
+ @ApiModelProperty(value = "閫氱敤搴撳尮閰嶅埌鐨勮瘽鏈�")
+ private String extemplateText;
+
/**
* 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
*/
@@ -274,6 +307,19 @@
private Integer isoperation;
/**
+ * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
+ */
+ @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
+ @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
+ private String branchFlag;
+
+ /**
+ * 搴忓彿
+ */
+ @ApiModelProperty(value = "搴忓彿")
+ private Integer sort;
+
+ /**
* 璇濇湳閫夐」
*/
@ApiModelProperty(value = "璇濇湳閫夐」")
--
Gitblit v1.9.3