From 156bfe350b7242d9398ba2b431ba08d38077fc53 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 02 四月 2024 10:07:43 +0800
Subject: [PATCH] 数据库地址修改
---
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