From 4bda5f801344f832446e61e2a320d56cc0e2b7ff Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 19 七月 2024 09:22:23 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java index 60cc264..f6a03ba 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScriptVO.java @@ -48,21 +48,28 @@ */ @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; /** * 鏃犲尮閰嶈瘽鏈� @@ -125,7 +132,7 @@ */ @ApiModelProperty("闂绫诲瀷") @Excel(name = "闂绫诲瀷 ") - private String questiontype; + private String scriptType; /** * 瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭 @@ -142,6 +149,13 @@ private String targettype; /** + * 鎸囨爣鎻忚堪 + */ + @Excel(name = "鎸囨爣鎻忚堪") + @ApiModelProperty(value = "鎸囨爣鎻忚堪") + private String targetdesc; + + /** * 鎸囨爣鍚嶇О */ @ApiModelProperty("鎸囨爣鍚嶇О") -- Gitblit v1.9.3