From 97be2be1dabbb62b1875fe0ebb4a84d315ec7d49 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 15 八月 2024 16:46:18 +0800
Subject: [PATCH] feat:首页数据调整
---
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
index 01fa7de..0a703e8 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
@@ -45,5 +45,8 @@
@TableField("weight")
private BigDecimal weight;
-
+ @TableField(exist = false)
+ private String checkRuleName;
+ @TableField(exist = false)
+ private String ruleIndex;
}
--
Gitblit v1.8.0