From 57ae7faf87e490576141ff19727057d2f7ad1840 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 02 八月 2024 16:50:06 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java |   38 +++++++++++++++++++++++++++++++++-----
 1 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index 3644f02..59dc22a 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -26,7 +26,7 @@
      * 涓婚敭ID
      */
     @ApiModelProperty(value = "涓婚敭")
-    private Long ID;
+    private Long id;
 
     /**
      * 妯℃澘璇濇湳缂栧彿
@@ -40,13 +40,13 @@
      */
     @Excel(name = "妯℃澘ID")
     @ApiModelProperty(value = "妯℃澘ID")
-    private Long templateID;
+    private Long templateid;
 
     /**
      * 鍩虹璇濇湳ID
      */
     @ApiModelProperty(value = "鍩虹璇濇湳ID")
-    private Long scriptID;
+    private Long scriptid;
 
     /**
      * 闂鐐�
@@ -60,7 +60,7 @@
      */
     @Excel(name = "璇濇湳鍐呭")
     @ApiModelProperty(value = "璇濇湳鍐呭")
-    private String scriptConten;
+    private String scriptContent;
 
     /**
      * 璇濇湳鎻忚堪
@@ -174,6 +174,28 @@
     private String delFlag;
 
     /**
+     * 闂绫诲瀷
+     */
+    @ApiModelProperty(value = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�")
+    private String scriptType;
+
+
+    /**
+     * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
+     */
+    @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
+    @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
+    private String branchFlag;
+
+    /**
+     * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�
+     */
+    @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
+    @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
+    private String branchNextscriptno;
+
+
+    /**
      * 涓婁紶鏍囪
      */
     @Excel(name = " 涓婁紶鏍囪 ")
@@ -215,6 +237,12 @@
     @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
     private Integer isoperation;
 
+    /**
+     * 搴忓彿
+     */
+    @ApiModelProperty(value = "搴忓彿")
+    private Integer sort;
+
 //    /**
 //     * 鍩虹鎸囨爣绫诲瀷
 //     */
@@ -245,7 +273,7 @@
      * 涓嬩竴棰�
      */
     @ApiModelProperty(value = "涓嬩竴棰�")
-    private Integer nextScriptno;
+    private Long nextScriptno;
 
     /**
      * 鏍囩

--
Gitblit v1.9.3