From e7613a0fe931b6065cca50e4013e3c655970cdd0 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 02 四月 2024 10:33:06 +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