From f55c563e2a0b52e4569ce6b5f81632cac598f7fe Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 30 十月 2024 18:36:55 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaScript.java | 42 ++++++++++++++++++++++++++++++++++++++---- 1 files changed, 38 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java index d35b512..4e0c997 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java @@ -33,21 +33,35 @@ */ @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 picturePath; /** * 璇濇湳璇煶 */ @ApiModelProperty("璇濇湳璇煶") @Excel(name = "璇濇湳璇煶") - private String questionvoice; + private String ivrVoice; /** * 鏃犲尮閰嶈瘽鏈� @@ -110,7 +124,7 @@ */ @ApiModelProperty("闂绫诲瀷") @Excel(name = "闂绫诲瀷 ") - private String questiontype; + private String scriptType; /** * 瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭 @@ -309,5 +323,25 @@ @ApiModelProperty(value = "鏍囩") private String tag; + /** + * 璇濇湳璇煶鏂囨湰 + */ + @Excel(name = "璇濇湳璇煶鏂囨湰") + @ApiModelProperty(value = "璇濇湳璇煶鏂囨湰") + private String ivrtext; + + /** + * pageNum + */ + @ApiModelProperty(value = "pageNum") + @Excel(name = "pageNum") + private Integer pageNum; + + /** + * pageSize + */ + @ApiModelProperty(value = "pageSize") + @Excel(name = "pageSize") + private Integer pageSize; } -- Gitblit v1.9.3