From 78143144c31fbc5baa4acf0d16690779663eef84 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 12 四月 2024 09:21:17 +0800 Subject: [PATCH] sql备份 --- ycl-pojo/src/main/java/com/ycl/platform/domain/form/ReportForm.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/form/ReportForm.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/form/ReportForm.java index b06fd74..10bf0ff 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/form/ReportForm.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/form/ReportForm.java @@ -58,6 +58,12 @@ @ApiModelProperty("鏁呴殰绫诲瀷") private String errorType; + @ApiModelProperty("瀹℃牳鎰忚") + private String auditOpinion; + + @ApiModelProperty("鐘舵��") + private Integer status; + public static Report getEntityByForm(@NonNull ReportForm form, Report entity) { if(entity == null) { entity = new Report(); -- Gitblit v1.8.0