From 75cb81f0b88f313857ea431b46b929bef95d7cc8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 29 七月 2024 10:36:59 +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