screen-api/src/main/java/com/moral/api/pojo/vo/allocation/AllocationListExcelVo.java
@@ -96,6 +96,14 @@ @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;