From 7ae67ba965ea680407ae21fedbd035d43ce8c313 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 一月 2024 14:45:07 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTag.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTag.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTag.java index bcbe8b3..d04f838 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTag.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTag.java @@ -99,6 +99,13 @@ private String guid; /** + * GUID + */ + @Excel(name = "GUID") + @ApiModelProperty(value = "GUID") + private String tagname; + + /** * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎 */ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎") -- Gitblit v1.9.3