From c83101eb62f5d4906b9c01ceea6b21a37f9e84d8 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 18 十一月 2025 09:24:53 +0800
Subject: [PATCH] bug修复
---
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 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 53583c0..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
@@ -41,7 +41,7 @@
/** 閿�煎搴擸wThreadConstants */
@Excel(name = "閿��")
- @TableField("key")
+ @TableField("`key`")
private String key;
/** 闃堝�煎悕 */
@@ -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