From 4107073950f459e051e5b9e828750ab57be3863b Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Wed, 15 Nov 2023 16:03:53 +0800
Subject: [PATCH] fix:补充提交
---
screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java | 39 ++++++++++++++++++++++++++++++++++-----
1 files changed, 34 insertions(+), 5 deletions(-)
diff --git a/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java b/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
index f5fefde..5238ee0 100644
--- a/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
+++ b/screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
@@ -44,13 +44,26 @@
@ApiModelProperty(value = "������������")
- @JsonFormat(pattern="yyyy-MM-dd")
@ExcelProperty(value = "������������")
- private Date escalationTime;
+ private String escalationTimeStr;
+
+ @ExcelProperty(value = "������������")
+ private String unitName;
+
+ @ExcelProperty(value = "������������")
+ private String polluteTypeName;
@ApiModelProperty(value = "������������")
@ExcelProperty(value = "������������")
private String pollutePosition;
+
+ @ApiModelProperty(value = "������������id")
+ @ExcelProperty(value = "������������")
+ private String changeTypeStr;
+
+ @ApiModelProperty(value = "���������")
+ @ExcelProperty(value = "���������")
+ private String escalationName;
/* @ApiModelProperty(value = "������������")
private List<FileAddressVo> fileBaseList;*/
@@ -59,9 +72,25 @@
@ExcelProperty(value = "���������������",converter = MyStringImageConverterUtil.class)
private List<String> writeCellDataFile;
- @ApiModelProperty(value = "���������")
- @ExcelProperty(value = "���������")
- private String escalationName;
+ @ApiModelProperty(value = "������������")
+ @ExcelProperty(value = "������������")
+ private String changeStr;
+
+ @ApiModelProperty(value = "������������")
+ @ExcelProperty(value = "������������")
+ private String changeDescribe;
+
+ @ApiModelProperty(value = "���������������")
+ @ExcelProperty(value = "���������������")
+ private String changeName;
+
+ @ApiModelProperty(value = "������������")
+ @ExcelProperty(value = "������������")
+ private String changeTimeStr;
+
+
+ @ExcelProperty(value = "���������������",converter = MyStringImageConverterUtil.class)
+ private List<String> writeCellDataFileResult;
/* @ApiModelProperty(value = "������������id")
private Integer unitId;
--
Gitblit v1.8.0