From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 24 九月 2024 09:49:23 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java | 37 ++++++++++++++++++++++++++++++++----- 1 files changed, 32 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..23b2201 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; /** * 妯℃澘鎸囨爣绫诲瀷 @@ -79,6 +94,13 @@ @Excel(name = "妯℃澘鎸囨爣鍊�") @ApiModelProperty(value = "妯℃澘鎸囨爣鍊�") private String targetvalue; + + /** + * 妯℃澘鎸囨爣鍊� + */ + @Excel(name = "妯℃澘鎸囨爣鍊�") + @ApiModelProperty(value = "妯℃澘鎸囨爣鍊�") + private String appenddesc; /** * 妯℃澘鎸囨爣姝e垯2 @@ -160,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; @@ -214,7 +236,7 @@ @ApiModelProperty(value = "姝e垯鍏抽敭瀛�(涓嶅惈)") @Excel(name = "姝e垯鍏抽敭瀛�(涓嶅惈)") - private List<String> dynamiccruxs= new ArrayList<>(); + private List<String> dynamiccruxs = new ArrayList<>(); /** * 涓嬩竴棰� @@ -233,7 +255,12 @@ * 鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」 */ @ApiModelProperty(value = "鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」") - private Boolean isUserOperation = false; + private Integer isUserOperation; - + /** + * 閫夐」缁彿 + */ + @Excel(name = "閫夐」缁彿") + @ApiModelProperty(value = "閫夐」缁彿") + private String optionCode; } -- Gitblit v1.9.3