| | |
| | | // @ExcelProperty(value = "居住地址", index = 28) |
| | | // private String address; |
| | | |
| | | @ExcelProperty(value = "人员类型(户籍人员/留守人员/外地人员/境外人员)", index = 28) |
| | | @ExcelProperty(value = "人员类型(户籍人口/留守人员/外地人员/境外人员/流动人口/常住人口/暂住人口)", index = 28) |
| | | private String personType; |
| | | |
| | | @ExcelProperty(value = "国家", index = 29) |
| | |
| | | @ExcelProperty(value = "居住地址", index = 28) |
| | | private String address; |
| | | |
| | | @ExcelProperty(value = "人员类型(1、户籍人员2、留守人员3、外地人员4、境外人员)", index = 29) |
| | | @ExcelProperty(value = "人员类型(1、户籍人口2、留守人员3、外地人员4、境外人员5、流动人口6、常住人口7、暂住人口)", index = 29) |
| | | private Integer personType; |
| | | |
| | | @ExcelProperty(value = "国家", index = 30) |
| | |
| | | private String censusRegister; |
| | | |
| | | /** |
| | | * 人员类型(1、户籍人员2、留守人员3、外地人员4、境外人员) |
| | | * 人员类型(1、户籍人口2、留守人员3、外地人员4、境外人员5、流动人口6、常住人口7、暂住人口) |
| | | */ |
| | | private String personType; |
| | | |