| | |
| | | package com.panzhihua.common.model.vos.community; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @author xyh |
| | |
| | | |
| | | private static final long serialVersionUID = -6256711519268125208L; |
| | | |
| | | @ExcelProperty(value = "姓名" ,index = 0) |
| | | @ExcelProperty(value = "姓名", index = 0) |
| | | private String name; |
| | | |
| | | @ExcelProperty(value = "身份证号" ,index = 1) |
| | | @ExcelProperty(value = "身份证号", index = 1) |
| | | private String idCard; |
| | | |
| | | @ExcelProperty(value = "是否健在" ,index = 2) |
| | | @ExcelProperty(value = "是否健在", index = 2) |
| | | private String isExist; |
| | | |
| | | @ExcelProperty(value = "是否登记" ,index = 3) |
| | | @ExcelProperty(value = "是否登记", index = 3) |
| | | private String isBigAge; |
| | | |
| | | private String birthday; |
| | |
| | | private String domicile; |
| | | private Long communityId; |
| | | private Long createBy; |
| | | |
| | | |
| | | } |