| | |
| | | vo.setVillageName(oneData.get(1)); |
| | | if (StringUtils.isEmpty(oneData.get(2))) { |
| | | ComMngPopulationImportErrorVO importErrorVO = setError(oneData); |
| | | importErrorVO.setErrorMsg("门牌号不能为空"); |
| | | importErrorVO.setErrorMsg("街路巷号不能为空"); |
| | | populationImportErrorVOList.add(importErrorVO); |
| | | continue; |
| | | } |
| | |
| | | @ExcelProperty(value = "小区名称", index = 1) |
| | | private String villageName; |
| | | |
| | | @ExcelProperty(value = "门牌号", index = 2) |
| | | @ExcelProperty(value = "街路巷号", index = 2) |
| | | private String doorNo; |
| | | |
| | | @ExcelProperty(value = "楼栋号/楼栋名称", index = 3) |
| | | @ExcelProperty(value = "楼栋号", index = 3) |
| | | private String name; |
| | | |
| | | // @ExcelProperty(value = "单元数", index = 6) |
| | |
| | | @ExcelProperty(value = "小区名称", index = 1) |
| | | private String villageName; |
| | | |
| | | @ExcelProperty(value = "门牌号", index = 2) |
| | | @ExcelProperty(value = "街路巷号", index = 2) |
| | | private String doorNo; |
| | | |
| | | @ExcelProperty(value = "楼栋号/楼栋名称", index = 3) |
| | | @ExcelProperty(value = "楼栋号", index = 3) |
| | | private String name; |
| | | |
| | | // @ExcelProperty(value = "单元数", index = 6) |