From bedd0a1cef215538df64470df6b8d4a022189136 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 28 八月 2024 14:05:16 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
index c3b6cc7..64f0c46 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
@@ -21,7 +21,7 @@
* @date 2024-05-13
*/
@Data
-@ApiModel(value = "IvrTaskTemplateTargetoption", description = "闅忚浠诲姟妯℃澘鎸囨爣閫夐」搴撳璞�")
+@ApiModel(value = "IvrTaskTemplateTargetoption" , description = "闅忚浠诲姟妯℃澘鎸囨爣閫夐」搴撳璞�")
public class IvrTaskTemplateTargetoption extends BaseEntity {
private static final long serialVersionUID = 1L;
@@ -79,6 +79,13 @@
@Excel(name = "妯℃澘鎸囨爣鍊�")
@ApiModelProperty(value = "妯℃澘鎸囨爣鍊�")
private String targetvalue;
+
+ /**
+ * 妯℃澘鎸囨爣鍊�
+ */
+ @Excel(name = "妯℃澘鎸囨爣鍊�")
+ @ApiModelProperty(value = "妯℃澘鎸囨爣鍊�")
+ private String appenddesc;
/**
* 妯℃澘鎸囨爣姝e垯2
@@ -160,7 +167,7 @@
* 涓婁紶鏃堕棿
*/
@JsonFormat(pattern = "yyyy-MM-dd")
- @Excel(name = " 涓婁紶鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
+ @Excel(name = " 涓婁紶鏃堕棿 " , width = 30, dateFormat = "yyyy-MM-dd")
@ApiModelProperty(value = "涓婁紶鏃堕棿")
private Date uploadTime;
@@ -214,7 +221,7 @@
@ApiModelProperty(value = "姝e垯鍏抽敭瀛�(涓嶅惈)")
@Excel(name = "姝e垯鍏抽敭瀛�(涓嶅惈)")
- private List<String> dynamiccruxs= new ArrayList<>();
+ private List<String> dynamiccruxs = new ArrayList<>();
/**
* 涓嬩竴棰�
@@ -233,7 +240,12 @@
* 鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」
*/
@ApiModelProperty(value = "鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」")
- private Boolean isUserOperation = false;
+ private Integer isUserOperation;
-
+ /**
+ * 閫夐」缁彿
+ */
+ @Excel(name = "閫夐」缁彿")
+ @ApiModelProperty(value = "閫夐」缁彿")
+ private String optionCode;
}
--
Gitblit v1.9.3