From 91880ae33c42669c3c1bb0e0288c534fc40fee02 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 06 九月 2024 17:17:00 +0800
Subject: [PATCH] 定时任务工单方法枷锁
---
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwThreshold.java | 5 +++++
1 files changed, 5 insertions(+), 0 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..e91c0d9 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,6 +39,11 @@
@TableField("count_type")
private String countType;
+ /** 閿�煎搴擸wThreadConstants */
+ @Excel(name = "閿��")
+ @TableField("`key`")
+ private String key;
+
/** 闃堝�煎悕 */
@Excel(name = "闃堝�煎悕")
@TableField("name")
--
Gitblit v1.8.0