|
|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.biutag.supervision.pojo.dto.complaintCollection; |
|
|
|
package com.biutag.supervision.pojo.dto.complaintCollection; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnore; |
|
|
|
import com.alibaba.excel.annotation.ExcelProperty; |
|
|
|
import com.alibaba.excel.annotation.ExcelProperty; |
|
|
|
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
|
|
|
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
@ -74,8 +75,7 @@ public class ComplaintCollectionExcelDTO { |
|
|
|
@ColumnWidth(20) |
|
|
|
@ColumnWidth(20) |
|
|
|
private String publicRecognition; |
|
|
|
private String publicRecognition; |
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty("办理方式") |
|
|
|
@ExcelIgnore |
|
|
|
@ColumnWidth(20) |
|
|
|
|
|
|
|
private String handleMethod; |
|
|
|
private String handleMethod; |
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty("业务类别") |
|
|
|
@ExcelProperty("业务类别") |
|
|
|
|