From 393df8c2013b34fdd60bff312815d6a05d3e0ecc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 02 四月 2024 10:33:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java
index 7942e49..fbde5fb 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java
@@ -47,6 +47,10 @@
@ApiModelProperty("杩愮淮绫诲埆")
@TableField("category")
private Integer category;
+ @ApiModelProperty("鑰冩牳绫诲埆")
+ @TableField("examine_category")
+ private Integer examineCategory;
+
@ApiModelProperty("瀹℃牳鐘舵��")
@TableField("audit_state")
@@ -60,4 +64,6 @@
@ApiModelProperty("瀹℃牳鎰忚")
@TableField("audit_description")
private String auditDescription;
+
+
}
--
Gitblit v1.8.0