cjl
2025-01-06 27e6bc3df3e39e0d0b147b155a89ad6837ea972b
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;