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/IvrLibaTemplateScriptVO.java | 162 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 136 insertions(+), 26 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java index d3f17d1..7b4e983 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java @@ -7,6 +7,7 @@ import io.swagger.annotations.ApiModelProperty; import lombok.Data; +import java.util.ArrayList; import java.util.Date; import java.util.List; @@ -25,48 +26,83 @@ * 涓婚敭ID */ @ApiModelProperty(value = "涓婚敭") - private Long ID; + private Long id; /** * 妯℃澘璇濇湳缂栧彿 */ @Excel(name = "妯℃澘璇濇湳缂栧彿") @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿") - private Long templateQuestionNum; + private Long scriptno; /** * 妯℃澘ID */ @Excel(name = "妯℃澘ID") @ApiModelProperty(value = "妯℃澘ID") - private Long templateID; + private Long templateid; /** * 鍩虹璇濇湳ID */ @ApiModelProperty(value = "鍩虹璇濇湳ID") - private Long scriptID; + private Long scriptid; /** * 闂鐐� */ @Excel(name = "闂鐐�") @ApiModelProperty(value = "闂鐐�") - private String questionPoint; + private String scriptPoint; + + /** + * 鍒嗘暟 + */ + @Excel(name = "鍒嗘暟") + @ApiModelProperty(value = "鍒嗘暟") + private Long score; /** * 璇濇湳鍐呭 */ @Excel(name = "璇濇湳鍐呭") @ApiModelProperty(value = "璇濇湳鍐呭") - private String questionText; + private String scriptContent; /** * 璇濇湳璇煶 */ @Excel(name = "璇濇湳璇煶") @ApiModelProperty(value = "璇濇湳璇煶") - private String questionVoice; + private String scriptVoice; + + /** + * 璇濇湳鎻忚堪 + */ + @Excel(name = "璇濇湳鎻忚堪") + @ApiModelProperty(value = "璇濇湳鎻忚堪") + private String scriptDesc; + + /** + * 璇濇湳璇煶 + */ + @Excel(name = "璇濇湳璇煶") + @ApiModelProperty(value = "璇濇湳璇煶") + private String ivrVoice; + + /** + * 璇濇湳璇煶鏂囨湰 + */ + @Excel(name = "璇濇湳璇煶鏂囨湰") + @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰") + private String ivrtext; + + /** + * 闂缁撴灉 + */ + @Excel(name = "闂缁撴灉") + @ApiModelProperty(value = "闂缁撴灉") + private String scriptResult; /** * 鏃犲尮閰嶈瘽鏈� @@ -81,6 +117,14 @@ @Excel(name = "鏃犲尮閰嶈瘽鏈闊�") @ApiModelProperty(value = "鏃犲尮閰嶈瘽鏈闊�") private String noMatchVoice; + + /** + * 缁勫埆 + */ + @Excel(name = "缁勫埆") + @ApiModelProperty(value = "缁勫埆") + private String groupName; + /** * 闈欓粯璇濇湳 @@ -131,19 +175,19 @@ @ApiModelProperty(value = "绫诲埆鍚�") private String categoryName; - /** - * 鎸囨爣閫夐」 - */ - @Excel(name = "鎸囨爣閫夐」") - @ApiModelProperty(value = "鎸囨爣閫夐」") - private String targetOptions; - - /** - * 璇█ - */ - @Excel(name = "璇█") - @ApiModelProperty(value = "璇█") - private String language; +// /** +// * 鎸囨爣閫夐」 +// */ +// @Excel(name = "鎸囨爣閫夐」") +// @ApiModelProperty(value = "鎸囨爣閫夐」") +// private String targetOptions; +// +// /** +// * 璇█ +// */ +// @Excel(name = "璇█") +// @ApiModelProperty(value = "璇█") +// private String language; /** * 鍙兘鎾斁WAV绫诲瀷 @@ -157,13 +201,35 @@ */ @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�") @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級") - private Long isEnable; + private Long valueType; /** * 鍒犻櫎鏍囪 */ @ApiModelProperty(value = "鍒犻櫎鏍囪") private String delFlag; + + /** + * 闂绫诲瀷 + */ + @ApiModelProperty(value = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�") + private String scriptType; + + + /** + * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�) + */ + @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + private String branchFlag; + + /** + * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙� + */ + @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + private String branchNextscriptno; + /** * 涓婁紶鏍囪 @@ -208,15 +274,21 @@ private Integer isoperation; /** - * 鍩虹鎸囨爣绫诲瀷 + * 搴忓彿 */ - @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷") - private Integer targetType; + @ApiModelProperty(value = "搴忓彿") + private Integer sort; + +// /** +// * 鍩虹鎸囨爣绫诲瀷 +// */ +// @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷") +// private Integer targetType; /** * 鍩虹鎸囨爣id */ - @ApiModelProperty(value = "鍩虹鎸囨爣id") + @ApiModelProperty(value = "鍩虹鎸囨爣id(鏆傛椂褰撴湰棰樺簭鍙�)") private Integer targetid; @@ -227,8 +299,46 @@ private Integer targetValue; /** + * 鏍囬 + */ + @Excel(name = "鏍囬") + @ApiModelProperty(value = "鏍囬") + private String scriptTopic; + + /** + * 涓嬩竴棰� + */ + @ApiModelProperty(value = "涓嬩竴棰�") + private Long nextScriptno; + + /** + * 鏍囩 + */ + @Excel(name = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級") + @ApiModelProperty(value = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級") + private String otherdata; + + /** + * 鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛� + */ + @Excel(name = "鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�") + @ApiModelProperty(value = "鏄惁蹇呭~锛堢粰浜哄伐鐢ㄧ殑锛孉I涓嶇敤閬靛畧锛�") + private String isMust; + + /** + * 闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級 + */ + @Excel(name = "闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級") + @ApiModelProperty(value = "闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級") + private String questionResult; + + @Excel(name = "閫氱敤搴撳尮閰嶇殑鍊�") + @ApiModelProperty(value = "閫氱敤搴撳尮閰嶇殑鍊�") + private String commonValue = ""; + + /** * 璇濇湳閫夐」 */ @ApiModelProperty(value = "璇濇湳閫夐」") - private List<IvrLibaTemplateTargetoption> ivrLibaTemplateTargetoptionList; + private List<IvrLibaTemplateTargetoption> ivrLibaScriptTargetoptionList = new ArrayList<>(); } -- Gitblit v1.9.3