From afb277a81e060c6275f11e9f9f102b5dcfd80a72 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 27 六月 2024 09:46:05 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java
index b1c693b..f2a3906 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java
@@ -32,8 +32,16 @@
     /**
      * 鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級
      */
-    @ApiModelProperty("鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級")
-    private Long isenable;
+    @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級")
+    @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2=鏂囨湰,3=鏁板��")
+    private Long valueType;
+
+    /**
+     * 鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�
+     */
+    @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�")
+    private String reply;
+
 
     /**
      * 闂璇濇湳鏍囬
@@ -47,7 +55,7 @@
      */
     @ApiModelProperty("璇濇湳鍐呭")
     @Excel(name = "璇濇湳鍐呭")
-    private String questiontext;
+    private String questionText;
 
     /**
      * 璇濇湳璇煶
@@ -61,7 +69,7 @@
      */
     @ApiModelProperty("鏃犲尮閰嶈瘽鏈�")
     @Excel(name = "鏃犲尮閰嶈瘽鏈�")
-    private String nomatchtext;
+    private String noMatchText;
 
     /**
      * 鏃犲尮閰嶈瘽鏈闊�
@@ -75,7 +83,7 @@
      */
     @ApiModelProperty("闈欓粯璇濇湳")
     @Excel(name = "闈欓粯璇濇湳")
-    private String sliencetext;
+    private String slienceText;
 
     /**
      * 闈欓粯璇濇湳璇煶
@@ -103,7 +111,7 @@
      */
     @ApiModelProperty("鍚笉娓呰瘽鏈�")
     @Excel(name = "鍚笉娓呰瘽鏈�")
-    private String noclearlytext;
+    private String noClearlyText;
 
     /**
      * 鍚笉娓呰瘽鏈闊�
@@ -134,6 +142,13 @@
     private String targettype;
 
     /**
+     * 鎸囨爣鎻忚堪
+     */
+    @Excel(name = "鎸囨爣鎻忚堪")
+    @ApiModelProperty(value = "鎸囨爣鎻忚堪")
+    private String targetdesc;
+
+    /**
      * 鎸囨爣鍚嶇О
      */
     @ApiModelProperty("鎸囨爣鍚嶇О")

--
Gitblit v1.9.3