From 1ccb709f723a759597dcdc7239d8885cef84d3ce Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 04 十二月 2024 17:56:19 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java |   62 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java
index 2aad1be..f684fd2 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java
@@ -7,7 +7,9 @@
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
+import java.math.BigDecimal;
 import java.util.Date;
+import java.util.List;
 
 /**
  * 闅忚浠诲姟妯$増闂璇濇湳搴撳璞� ivr_task_template_script
@@ -34,6 +36,34 @@
     @ApiModelProperty(value = "浠诲姟id")
     private Long taskid;
 
+    /**
+     * 鍒嗘暟
+     */
+    @Excel(name = "鍒嗘暟")
+    @ApiModelProperty(value = "鍒嗘暟")
+    private BigDecimal score;
+
+    /**
+     * 鏍囬
+     */
+    @Excel(name = "鏍囬")
+    @ApiModelProperty(value = "鏍囬")
+    private String scriptTopic;
+
+    /**
+     * 缁勫埆
+     */
+    @Excel(name = "缁勫埆")
+    @ApiModelProperty(value = "缁勫埆")
+    private String groupName;
+
+
+    /**
+     * 閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�
+     */
+    @Excel(name = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�")
+    @ApiModelProperty(value = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�")
+    private String scriptType;
 
     /**
      * 妯℃澘ID
@@ -49,6 +79,13 @@
     @Excel(name = "闂鐐�")
     @ApiModelProperty(value = "闂鐐�")
     private String questionPoint;
+
+    /**
+     * 璇濇湳鍐呭
+     */
+    @Excel(name = "璇濇湳鍐呭")
+    @ApiModelProperty(value = "璇濇湳鍐呭")
+    private String scriptContent;
 
     /**
      * 鏃犲尮閰嶈瘽鏈�
@@ -232,6 +269,12 @@
     @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
     private Integer isoperation;
 
+    /**
+     * 搴忓彿
+     */
+    @ApiModelProperty(value = "搴忓彿")
+    private Integer sort;
+
 
     /**
      * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
@@ -247,4 +290,23 @@
     @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
     private String branchNextscriptno;
 
+    /**
+     * 璇濇湳璇煶鏂囨湰
+     */
+    @Excel(name = "璇濇湳璇煶鏂囨湰")
+    @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰")
+    private String ivrtext;
+
+    /**
+     * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�
+     */
+    @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
+    @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
+    private Long nextScriptno;
+
+    /**
+     * 闂閫夐」
+     */
+    private List<IvrTaskTemplateTargetoption> ivrTaskTemplateTargetoptionList;
+
 }

--
Gitblit v1.9.3