From e9af9f5cfeddbe5c0b33a3060b8ea6364c51e744 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 15 十一月 2024 11:37:10 +0800 Subject: [PATCH] 白名单故障类型 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java | 8 ++++---- 1 files changed, 4 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 e91c0d9..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 @@ -49,13 +49,13 @@ @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