From d29f985f9624d336cd5f0390fe7af626c51ad06b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 26 三月 2024 17:49:04 +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