From a97dc8e5b779b150d5d21930935fac8ef9c965f4 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 01 四月 2024 15:08:32 +0800
Subject: [PATCH] 优云视频api文档
---
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