From 6fe2d3e9a1348078cc7ffad1c55968c5ad97e207 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 23 四月 2024 11:53:34 +0800 Subject: [PATCH] 核算报告代码生成 --- 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