From 12017a00ed21f8d461ab444d0bff12f61f476909 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 06 二月 2025 16:29:57 +0800
Subject: [PATCH] osd测试代码清理
---
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java
index ef49b3d..a233dea 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java
@@ -29,7 +29,6 @@
/** 杩愮淮浜哄憳ID */
private Integer peopleId;
- @Excel(name = "鎶ュ浜哄憳")
private String peopleName;
/** 璁惧缂栫爜 */
@@ -49,7 +48,6 @@
private String reportContent;
/** 涓婃姤鏉愭枡 */
- @Excel(name = "涓婃姤鏉愭枡")
private String reportMaterials;
/** 鏁呴殰绫诲瀷 */
@@ -63,9 +61,13 @@
*/
private Boolean result;
+ @Excel(name = "瀹℃牳鐘舵��")
+ private String resultStr;
+
/**
* 瀹℃牳鎰忚
*/
+ @Excel(name = "瀹℃牳鎰忚")
private String resultRemark;
/** 瀹℃牳鏃堕棿 */
@@ -90,6 +92,11 @@
*/
private Integer status;
+ /**
+ * 鎵归噺瀵煎叆鎵规鍙�
+ */
+ private String importBatchNumber;
+
public static ReportVO getVoByEntity(@NonNull Report entity, ReportVO vo) {
if(vo == null) {
vo = new ReportVO();
--
Gitblit v1.8.0