From 27e6bc3df3e39e0d0b147b155a89ad6837ea972b Mon Sep 17 00:00:00 2001 From: cjl <909710561@qq.com> Date: Mon, 06 Jan 2025 09:19:24 +0800 Subject: [PATCH] Merge branch 'cjl' into dev --- screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 46 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..be41660 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,30 @@ @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 = "������������") + @ExcelProperty(value = "������������") + private String problemDescribe; /* @ApiModelProperty(value = "������������") private List<FileAddressVo> fileBaseList;*/ @@ -59,9 +76,33 @@ @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 = "������") + @ExcelProperty(value = "������������") + private String stateStr; + + @ApiModelProperty(value = "������������") + @ExcelProperty(value = "������������") + private String checkDescribe; /* @ApiModelProperty(value = "������������id") private Integer unitId; -- Gitblit v1.8.0