From b220383758021bcb26d0a788ebe9a31795d23b6d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 26 四月 2024 09:41:57 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java |   48 ++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java
index f838079..fca400f 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java
@@ -1,5 +1,6 @@
 package com.smartor.domain;
 
+import com.alibaba.fastjson.annotation.JSONField;
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.ruoyi.common.annotation.Excel;
 import com.ruoyi.common.core.domain.BaseEntity;
@@ -101,9 +102,13 @@
     /**
      * 鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級
      */
-    @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�")
     @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級")
-    private Long isEnable;
+    @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2=鏂囨湰,3=鏁板��")
+    private Long valueType;
+
+
+    @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�")
+    private String reply;
 
     /**
      * 鏂板鐢ㄦ埛ID
@@ -152,8 +157,8 @@
     /**
      * 閫氱敤鍖归厤璇濇湳id
      */
-    @Excel(name = "閫氱敤鍖归厤璇濇湳id")
-    @ApiModelProperty(value = "閫氱敤鍖归厤璇濇湳id")
+    @Excel(name = "閫氱敤鍖归厤璇濇湳id锛堥�氱敤妯℃澘ID锛�")
+    @ApiModelProperty(value = "閫氱敤鍖归厤璇濇湳id锛堥�氱敤妯℃澘ID锛�")
     private String submoduleID;
 
     /**
@@ -241,6 +246,13 @@
     private Long pid;
 
     /**
+     * 鏃犲尮閰嶆鏁�
+     */
+    @Excel(name = "鏃犲尮閰嶆鏁�")
+    @ApiModelProperty(value = "鏃犲尮閰嶆鏁�")
+    private Long mateNum = 0L;
+
+    /**
      * GUID
      */
     @Excel(name = "GUID")
@@ -290,6 +302,20 @@
     private String tag;
 
     /**
+     * 闅忚鍓�
+     */
+    @Excel(name = "闅忚鍓�")
+    @ApiModelProperty(value = "闅忚鍓�")
+    private String revisitBefore;
+
+    /**
+     * 闅忚鍚�
+     */
+    @Excel(name = "闅忚鍚�")
+    @ApiModelProperty(value = "闅忚鍚�")
+    private String revisitAfter;
+
+    /**
      * 閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3
      */
     @Excel(name = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3")
@@ -297,6 +323,20 @@
     private String suitway;
 
     /**
+     * 闈欓粯娆℃暟
+     */
+    @Excel(name = "闈欓粯娆℃暟")
+    @ApiModelProperty(value = "闈欓粯娆℃暟")
+    private Long noVoiceNum = 0L;
+
+    /**
+     * 鏍囩
+     */
+    @Excel(name = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+    @ApiModelProperty(value = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+    private String otherdata;
+
+    /**
      * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
      */
     @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")

--
Gitblit v1.9.3