|
|
@ -26,22 +26,22 @@ public class OrgProjectDetailExcel { |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "网格员数",order = 3) |
|
|
|
private String memberCount; |
|
|
|
private Integer memberCount; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "上报数量",order = 4) |
|
|
|
private String projectCount; |
|
|
|
private Integer projectCount; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "办结数",order = 5) |
|
|
|
private String closedCount; |
|
|
|
private Integer closedCount; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "人均上报",order = 6) |
|
|
|
private String projectAve; |
|
|
|
private Integer projectAve; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "人均办结",order = 7) |
|
|
|
private String closedAve; |
|
|
|
private Integer closedAve; |
|
|
|
|
|
|
|
} |