From f6593a5f6f1138abf09a0ee69fc5119fdce412c9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期六, 07 十二月 2024 17:52:07 +0800 Subject: [PATCH] 标签bug --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java index ae804d7..7f4542f 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java @@ -39,18 +39,23 @@ @TableField("count_type") private String countType; + /** 閿�煎搴擸wThreadConstants */ + @Excel(name = "閿��") + @TableField("`key`") + private String key; + /** 闃堝�煎悕 */ @Excel(name = "闃堝�煎悕") @TableField("name") private String name; - /** 宸ュ崟闃堝�� */ - @Excel(name = "宸ュ崟闃堝��") + /** 鐩存帴涓嬪彂闃堝�� */ + @Excel(name = "鐩存帴涓嬪彂闃堝��") @TableField("value") private String value; - /** 涓嬪彂闃堝�� */ - @Excel(name = "涓嬪彂闃堝��") + /** 寰呬笅鍙戦槇鍊� */ + @Excel(name = "寰呬笅鍙戦槇鍊�") @TableField("value_auto") private String valueAuto; -- Gitblit v1.8.0