From 89e166f18d6e33efde0dda97f1fb27f29e675660 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 05 八月 2024 17:57:45 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
index b50caea..b9d1f8d 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -26,7 +26,7 @@
      * 涓婚敭ID
      */
     @ApiModelProperty(value = "涓婚敭")
-    private Long ID;
+    private Long id;
 
     /**
      * 妯℃澘璇濇湳缂栧彿
@@ -36,11 +36,25 @@
     private Long scriptno;
 
     /**
+     * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
+     */
+    @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
+    @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
+    private String branchFlag;
+
+    /**
+     * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�
+     */
+    @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
+    @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�")
+    private String branchNextscriptno;
+
+    /**
      * 妯℃澘ID
      */
     @Excel(name = "妯℃澘ID")
     @ApiModelProperty(value = "妯℃澘ID")
-    private Long templateID;
+    private Long templateid;
 
     /**
      * 璇濇湳ID
@@ -54,6 +68,13 @@
     @Excel(name = "闂鐐�")
     @ApiModelProperty(value = "闂鐐�")
     private String scriptPoint;
+
+    /**
+     * 闂绫诲瀷
+     */
+    @Excel(name = "闂绫诲瀷")
+    @ApiModelProperty(value = "闂绫诲瀷")
+    private String scriptType;
 
     /**
      * 璇濇湳鍐呭
@@ -240,6 +261,12 @@
     @ApiModelProperty(value = "鎸囨爣ID")
     private Integer targetid;
 
+    /**
+     * 搴忓彿
+     */
+    @ApiModelProperty(value = "搴忓彿")
+    private Integer sort;
+
 
     /**
      * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎

--
Gitblit v1.9.3