From 01bbc8f0563b33dd5ce6d59f76c3bae9931615dd Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 05 六月 2024 17:32:07 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaScript.java | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java index ec51b92..80d4345 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java @@ -40,7 +40,7 @@ */ @ApiModelProperty("璇濇湳鍐呭") @Excel(name = "璇濇湳鍐呭") - private String questiontext; + private String questionText; /** * 璇濇湳璇煶 @@ -54,7 +54,7 @@ */ @ApiModelProperty("鏃犲尮閰嶈瘽鏈�") @Excel(name = "鏃犲尮閰嶈瘽鏈�") - private String nomatchtext; + private String noMatchText; /** * 鏃犲尮閰嶈瘽鏈闊� @@ -68,7 +68,7 @@ */ @ApiModelProperty("闈欓粯璇濇湳") @Excel(name = "闈欓粯璇濇湳") - private String sliencetext; + private String slienceText; /** * 闈欓粯璇濇湳璇煶 @@ -96,7 +96,7 @@ */ @ApiModelProperty("鍚笉娓呰瘽鏈�") @Excel(name = "鍚笉娓呰瘽鏈�") - private String noclearlytext; + private String noClearlyText; /** * 鍚笉娓呰瘽鏈闊� @@ -215,8 +215,14 @@ * 鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級 */ @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級") - @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�") - private Long isenable; + @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2=鏂囨湰,3=鏁板��") + private Long valueType; + + /** + * 鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛� + */ + @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�") + private String reply; /** * 涓婁紶鏃堕棿 -- Gitblit v1.9.3