From 89e166f18d6e33efde0dda97f1fb27f29e675660 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 05 八月 2024 17:57:45 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java index f967a45..b711180 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScriptVO.java @@ -27,7 +27,7 @@ * 涓婚敭ID */ @ApiModelProperty(value = "涓婚敭") - private Long ID; + private Long id; /** * 浠诲姟id @@ -41,7 +41,15 @@ */ @Excel(name = "妯℃澘璇濇湳缂栧彿") @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿") - private Long templateQuestionNum; + private Long scriptno; + + + /** + * 閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛� + */ + @Excel(name = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3濉┖ 4鍏跺畠锛�") + @ApiModelProperty(value = "閫傜敤棰樺瀷锛�1.鍗曢�� 2澶氶�� 3闂瓟 4濉┖ 5鍏跺畠锛�") + private String scriptType; /** * 妯℃澘ID @@ -69,14 +77,14 @@ */ @Excel(name = "璇濇湳鍐呭") @ApiModelProperty(value = "璇濇湳鍐呭") - private String questionText; + private String scriptContent; /** * 璇濇湳璇煶 */ @Excel(name = "璇濇湳璇煶") @ApiModelProperty(value = "璇濇湳璇煶") - private String questionVoice; + private String scriptVoice; /** * 鏃犲尮閰嶈瘽鏈� @@ -237,14 +245,14 @@ */ @Excel(name = "鏍囬") @ApiModelProperty(value = "鏍囬") - private String questiontitle; + private String scriptTopic; /** * 涓嬩竴棰� */ @Excel(name = "涓嬩竴棰�") @ApiModelProperty(value = "涓嬩竴棰�") - private Long nextQuestion; + private Long nextScriptno; /** * 鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級 -- Gitblit v1.9.3