From 37f2e4e68c0d55e094981fa478fc198b907f87dc Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 20 七月 2024 16:30:13 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index 3106441..7e0593b 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -176,8 +176,24 @@
     /**
      * 闂绫诲瀷
      */
-    @ApiModelProperty(value = "闂绫诲瀷")
+    @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;
+
 
     /**
      * 涓婁紶鏍囪
@@ -251,7 +267,7 @@
      * 涓嬩竴棰�
      */
     @ApiModelProperty(value = "涓嬩竴棰�")
-    private Integer nextScriptno;
+    private Long nextScriptno;
 
     /**
      * 鏍囩

--
Gitblit v1.9.3