From a6696ed066a68c07f8bd97449eec370dde1921b0 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 19 三月 2024 11:41:15 +0800 Subject: [PATCH] 考核结果新增发布状态 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java | 4 +++- 1 files changed, 3 insertions(+), 1 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 bd2d147..1ac07e1 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 @@ -42,5 +42,7 @@ @TableField("face_chceckpoint_num") private Integer faceChceckpointNum; - + @ApiModelProperty("杩愮淮绫诲埆") + @TableField("category") + private Integer category; } -- Gitblit v1.8.0