From 337dfebd080692b1ffa12ec3e074e9058a58c706 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 22 七月 2024 10:01:19 +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