| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("社区网格名称") |
| | | @ExcelProperty("社区名称") |
| | | private String communityName; |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("社区编号") |
| | | private String communityCode; |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("网格名称") |
| | | private String gridName; |
| | | |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("网格编号") |
| | | private String gridCode; |
| | | |
| | | /** |
| | | * 网格员名称 |
| | | */ |
| | | @ApiModelProperty(value = "网格员姓名") |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("网格员姓名") |
| | | private String gridmanName; |
| | | |
| | | /** |
| | | * 网格员电话 |
| | | */ |
| | | @ApiModelProperty(value = "网格员电话") |
| | | @ColumnWidth(15) |
| | | @ExcelProperty("网格员电话") |
| | | private String mobile; |
| | | |
| | | } |