From af396db5b1e6dcbb53879af52bd682b4a7e82664 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 21 十月 2024 15:46:44 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java index 59dc22a..72aa452 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java @@ -56,6 +56,13 @@ private String scriptPoint; /** + * 鍒嗘暟 + */ + @Excel(name = "鍒嗘暟") + @ApiModelProperty(value = "鍒嗘暟") + private Long score; + + /** * 璇濇湳鍐呭 */ @Excel(name = "璇濇湳鍐呭") @@ -74,7 +81,21 @@ */ @Excel(name = "璇濇湳璇煶") @ApiModelProperty(value = "璇濇湳璇煶") - private String scriptVoice; + private String ivrVoice; + + /** + * 璇濇湳璇煶鏂囨湰 + */ + @Excel(name = "璇濇湳璇煶鏂囨湰") + @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰") + private String ivrtext; + + /** + * 闂缁撴灉 + */ + @Excel(name = "闂缁撴灉") + @ApiModelProperty(value = "闂缁撴灉") + private String scriptResult; /** * 鏃犲尮閰嶈瘽鏈� -- Gitblit v1.9.3