From 3b7d2d743514cf3793c07daa5f0e1d8aca4cd528 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期日, 28 四月 2024 10:09:18 +0800 Subject: [PATCH] 文件访问bug修改 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java | 2 +- 1 files changed, 1 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..bd641c2 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,5 @@ @TableField("weight") private BigDecimal weight; - + private String checkRuleName; } -- Gitblit v1.8.0