From 17a443d510a0aa4c545df0d11467ff17a24cfa6a Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 16 七月 2024 14:37:39 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java | 40 ---------------------------------------- 1 files changed, 0 insertions(+), 40 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java index 06d433b..388611e 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java @@ -34,12 +34,6 @@ @ApiModelProperty(value = "浠诲姟id") private Long taskid; - /** - * 妯℃澘璇濇湳缂栧彿 - */ - @Excel(name = "妯℃澘璇濇湳缂栧彿") - @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿") - private Long templateQuestionNum; /** * 妯℃澘ID @@ -48,12 +42,6 @@ @ApiModelProperty(value = "妯℃澘ID") private Long templateID; - /** - * 璇濇湳ID - */ - @Excel(name = "璇濇湳ID") - @ApiModelProperty(value = "璇濇湳ID") - private Long scriptID; /** * 闂鐐� @@ -61,20 +49,6 @@ @Excel(name = "闂鐐�") @ApiModelProperty(value = "闂鐐�") private String questionPoint; - - /** - * 璇濇湳鍐呭 - */ - @Excel(name = "璇濇湳鍐呭") - @ApiModelProperty(value = "璇濇湳鍐呭") - private String questionText; - - /** - * 璇濇湳璇煶 - */ - @Excel(name = "璇濇湳璇煶") - @ApiModelProperty(value = "璇濇湳璇煶") - private String questionVoice; /** * 鏃犲尮閰嶈瘽鏈� @@ -229,20 +203,6 @@ @Excel(name = "鍩虹鎸囨爣鍊�") @ApiModelProperty(value = "鍩虹鎸囨爣鍊�") private String targetvalue; - - /** - * 鏍囬 - */ - @Excel(name = "鏍囬") - @ApiModelProperty(value = "鏍囬") - private String questiontitle; - - /** - * 涓嬩竴棰� - */ - @Excel(name = "涓嬩竴棰�") - @ApiModelProperty(value = "涓嬩竴棰�") - private Long nextQuestion; /** * 鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級 -- Gitblit v1.9.3