From 75cb81f0b88f313857ea431b46b929bef95d7cc8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 29 七月 2024 10:36:59 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java | 54 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 45 insertions(+), 9 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java index b1c693b..edb5dae 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java @@ -32,36 +32,51 @@ /** * 鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級 */ - @ApiModelProperty("鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級") - private Long isenable; + @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級") + @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2=鏂囨湰,3=鏁板��") + private Long valueType; + + /** + * 鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛� + */ + @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�") + private String reply; + /** * 闂璇濇湳鏍囬 */ @ApiModelProperty("闂璇濇湳鏍囬") @Excel(name = "闂璇濇湳鏍囬") - private String questiontitle; + private String scriptTopic; /** * 璇濇湳鍐呭 */ @ApiModelProperty("璇濇湳鍐呭") @Excel(name = "璇濇湳鍐呭") - private String questiontext; + private String scriptContent; + + /** + * 璇濇湳鎻忚堪 + */ + @ApiModelProperty("璇濇湳鎻忚堪") + @Excel(name = "璇濇湳鎻忚堪") + private String scriptDesc; /** * 璇濇湳璇煶 */ @ApiModelProperty("璇濇湳璇煶") @Excel(name = "璇濇湳璇煶") - private String questionvoice; + private String scriptVoice; /** * 鏃犲尮閰嶈瘽鏈� */ @ApiModelProperty("鏃犲尮閰嶈瘽鏈�") @Excel(name = "鏃犲尮閰嶈瘽鏈�") - private String nomatchtext; + private String noMatchText; /** * 鏃犲尮閰嶈瘽鏈闊� @@ -75,7 +90,7 @@ */ @ApiModelProperty("闈欓粯璇濇湳") @Excel(name = "闈欓粯璇濇湳") - private String sliencetext; + private String slienceText; /** * 闈欓粯璇濇湳璇煶 @@ -103,7 +118,7 @@ */ @ApiModelProperty("鍚笉娓呰瘽鏈�") @Excel(name = "鍚笉娓呰瘽鏈�") - private String noclearlytext; + private String noClearlyText; /** * 鍚笉娓呰瘽鏈闊� @@ -117,7 +132,7 @@ */ @ApiModelProperty("闂绫诲瀷") @Excel(name = "闂绫诲瀷 ") - private String questiontype; + private String scriptType; /** * 瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭 @@ -132,6 +147,13 @@ @Excel(name = "鎸囨爣绫诲瀷") @ApiModelProperty(value = "鎸囨爣绫诲瀷") private String targettype; + + /** + * 鎸囨爣鎻忚堪 + */ + @Excel(name = "鎸囨爣鎻忚堪") + @ApiModelProperty(value = "鎸囨爣鎻忚堪") + private String targetdesc; /** * 鎸囨爣鍚嶇О @@ -306,4 +328,18 @@ @Excel(name = "鏍囩") @ApiModelProperty(value = "鏍囩") private String tag; + + /** + * 閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙� + */ + @Excel(name = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") + private String branchNextscriptno; + + /** + * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�) + */ + @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + @ApiModelProperty(value = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)") + private String branchFlag; } -- Gitblit v1.9.3