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 | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateTargetoption.java index 64f0c46..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; @@ -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; /** * 妯℃澘鎸囨爣绫诲瀷 @@ -248,4 +263,7 @@ @Excel(name = "閫夐」缁彿") @ApiModelProperty(value = "閫夐」缁彿") private String optionCode; + + @ApiModelProperty(value = "鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉�") + private Integer isEnd; } -- Gitblit v1.9.3