From 27c3f725f9bbd51e97857de6cc191d016b660bd6 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 18 七月 2024 18:01:39 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java index b50caea..9c216e2 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java @@ -26,7 +26,7 @@ * 涓婚敭ID */ @ApiModelProperty(value = "涓婚敭") - private Long ID; + private Long id; /** * 妯℃澘璇濇湳缂栧彿 @@ -40,7 +40,7 @@ */ @Excel(name = "妯℃澘ID") @ApiModelProperty(value = "妯℃澘ID") - private Long templateID; + private Long templateid; /** * 璇濇湳ID @@ -56,6 +56,13 @@ private String scriptPoint; /** + * 闂绫诲瀷 + */ + @Excel(name = "闂绫诲瀷") + @ApiModelProperty(value = "闂绫诲瀷") + private String scriptType; + + /** * 璇濇湳鍐呭 */ @Excel(name = "璇濇湳鍐呭") -- Gitblit v1.9.3