From d3bf339bd64d7b7efddc0afdd4beb1866b8b5a04 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 21 九月 2024 00:47:55 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java | 82 ++++++++++++++++++++++++---------------- 1 files changed, 49 insertions(+), 33 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java index 06d433b..37d584f 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java @@ -7,7 +7,9 @@ import io.swagger.annotations.ApiModelProperty; import lombok.Data; +import java.math.BigDecimal; import java.util.Date; +import java.util.List; /** * 闅忚浠诲姟妯$増闂璇濇湳搴撳璞� ivr_task_template_script @@ -25,7 +27,7 @@ * 涓婚敭ID */ @ApiModelProperty(value = "涓婚敭") - private Long ID; + private Long id; /** * 浠诲姟id @@ -35,11 +37,19 @@ private Long taskid; /** - * 妯℃澘璇濇湳缂栧彿 + * 鍒嗘暟 */ - @Excel(name = "妯℃澘璇濇湳缂栧彿") - @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿") - private Long templateQuestionNum; + @Excel(name = "鍒嗘暟") + @ApiModelProperty(value = "鍒嗘暟") + private BigDecimal score; + + + /** + * 閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛� + */ + @Excel(name = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�") + @ApiModelProperty(value = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�") + private String scriptType; /** * 妯℃澘ID @@ -48,12 +58,6 @@ @ApiModelProperty(value = "妯℃澘ID") private Long templateID; - /** - * 璇濇湳ID - */ - @Excel(name = "璇濇湳ID") - @ApiModelProperty(value = "璇濇湳ID") - private Long scriptID; /** * 闂鐐� @@ -67,14 +71,7 @@ */ @Excel(name = "璇濇湳鍐呭") @ApiModelProperty(value = "璇濇湳鍐呭") - private String questionText; - - /** - * 璇濇湳璇煶 - */ - @Excel(name = "璇濇湳璇煶") - @ApiModelProperty(value = "璇濇湳璇煶") - private String questionVoice; + private String scriptContent; /** * 鏃犲尮閰嶈瘽鏈� @@ -231,20 +228,6 @@ private String targetvalue; /** - * 鏍囬 - */ - @Excel(name = "鏍囬") - @ApiModelProperty(value = "鏍囬") - private String questiontitle; - - /** - * 涓嬩竴棰� - */ - @Excel(name = "涓嬩竴棰�") - @ApiModelProperty(value = "涓嬩竴棰�") - private Long nextQuestion; - - /** * 鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級 */ @Excel(name = "鍏跺畠鏁版嵁", readConverterExp = "瀛�=鍌ㄥ彉閲�") @@ -272,4 +255,37 @@ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎") private Integer isoperation; + /** + * 搴忓彿 + */ + @ApiModelProperty(value = "搴忓彿") + private Integer sort; + + + /** + * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�) + */ + @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + private String branchFlag; + + /** + * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙� + */ + @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + private String branchNextscriptno; + + /** + * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙� + */ + @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + private Long nextScriptno; + + /** + * 闂閫夐」 + */ + private List<IvrTaskTemplateTargetoption> ivrTaskTemplateTargetoptionList; + } -- Gitblit v1.9.3