|
|
@ -69,22 +69,22 @@ public class EnterpriseImportExcelDTO { |
|
|
|
public static class ErrorRow { |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "1场所类型") |
|
|
|
@ExcelProperty(value = "场所类型") |
|
|
|
private String placeTypeName; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "2场所区域") |
|
|
|
@ExcelProperty(value = "场所区域") |
|
|
|
private String gridName; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "3场所名称") |
|
|
|
@ExcelProperty(value = "场所名称") |
|
|
|
private String placeOrgName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 场所地址 |
|
|
|
*/ |
|
|
|
@ColumnWidth(30) |
|
|
|
@ExcelProperty(value = "4场所地址") |
|
|
|
@ExcelProperty(value = "场所地址") |
|
|
|
private String address; |
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|