From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 11 十二月 2024 22:16:23 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
index 775f7a6..bf5de6d 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java
@@ -1,5 +1,6 @@
package com.smartor.domain;
+import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@@ -21,7 +22,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;
@@ -46,6 +47,13 @@
private Long templateID;
/**
+ * 鍒嗘暟
+ */
+ @Excel(name = "鍒嗘暟")
+ @ApiModelProperty(value = "鍒嗘暟")
+ private BigDecimal score;
+
+ /**
* 鎸囨爣ID
*/
@Excel(name = "鎸囨爣ID")
@@ -58,6 +66,13 @@
@Excel(name = "鎸囨爣鍚嶇О")
@ApiModelProperty(value = "鎸囨爣鍚嶇О")
private String targetname;
+
+ /**
+ * 閫変腑鎻愮ず
+ */
+ @Excel(name = "閫変腑鎻愮ず")
+ @ApiModelProperty(value = "閫変腑鎻愮ず")
+ private String prompt;
/**
* 妯℃澘鎸囨爣绫诲瀷
@@ -167,7 +182,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;
@@ -221,7 +236,7 @@
@ApiModelProperty(value = "姝e垯鍏抽敭瀛�(涓嶅惈)")
@Excel(name = "姝e垯鍏抽敭瀛�(涓嶅惈)")
- private List<String> dynamiccruxs= new ArrayList<>();
+ private List<String> dynamiccruxs = new ArrayList<>();
/**
* 涓嬩竴棰�
@@ -240,7 +255,7 @@
* 鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」
*/
@ApiModelProperty(value = "鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」")
- private Boolean isUserOperation = false;
+ private Integer isUserOperation;
/**
* 閫夐」缁彿
@@ -248,4 +263,7 @@
@Excel(name = "閫夐」缁彿")
@ApiModelProperty(value = "閫夐」缁彿")
private String optionCode;
+
+ @ApiModelProperty(value = "鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉�")
+ private Integer isEnd;
}
--
Gitblit v1.9.3