From 84fa53cb66bb4b05f0622c738346ce77f8f13aea Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 08 五月 2025 14:15:14 +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