| | |
| | | @ExcelProperty(value = "是否租住", index = 4) |
| | | private String isRent; |
| | | |
| | | @ExcelProperty(value = "与户主关系(户主/配偶/子女/孙女/父母/其他)", index = 5) |
| | | @ExcelProperty(value = "与户主关系", index = 5) |
| | | private String relation; |
| | | |
| | | @ExcelProperty(value = "街/路/巷", index = 6) |
| | |
| | | // @ExcelProperty(value = "居住地址", index = 28) |
| | | // private String address; |
| | | |
| | | @ExcelProperty(value = "人员类型(户籍人员/留守人员/外地人员/境外人员)", index = 28) |
| | | @ExcelProperty(value = "人员类型(户籍人口/留守人员/外地人员/境外人员/流动人口/常住人口/暂住人口)", index = 28) |
| | | private String personType; |
| | | |
| | | @ExcelProperty(value = "国家", index = 29) |