| | |
| | | package com.panzhihua.common.model.dtos.community; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * Description 重点人员信息 |
| | | * ClassName KeyPersonInfo |
| | | * Description 重点人员信息 ClassName KeyPersonInfo |
| | | * |
| | | * @author manailin |
| | | */ |
| | |
| | | /** |
| | | * 姓名 |
| | | */ |
| | | @ExcelProperty(value = "姓名(必填项)" ,index = 0) |
| | | @ExcelProperty(value = "姓名(必填项)", index = 0) |
| | | private String name; |
| | | /** |
| | | * 性别(取字典表国家编码) |
| | |
| | | /** |
| | | * 性别名称 |
| | | */ |
| | | @ExcelProperty(value = "性别名称" ,index = 1) |
| | | @ExcelProperty(value = "性别名称", index = 1) |
| | | private String sexName; |
| | | /** |
| | | * 身份证号码 |
| | | */ |
| | | @ExcelProperty(value = "身份证号码" ,index = 2) |
| | | @ExcelProperty(value = "身份证号码", index = 2) |
| | | private String cardNo; |
| | | /** |
| | | * 联系方式 |
| | | */ |
| | | @ExcelProperty(value = "联系方式" ,index = 3) |
| | | @ExcelProperty(value = "联系方式", index = 3) |
| | | private String phone; |
| | | /** |
| | | * 民族 |
| | | */ |
| | | @ExcelProperty(value = "民族" ,index = 4) |
| | | @ExcelProperty(value = "民族", index = 4) |
| | | private String nation; |
| | | /** |
| | | * 户口所在地 |
| | | */ |
| | | @ExcelProperty(value = "户口所在地" ,index = 5) |
| | | @ExcelProperty(value = "户口所在地", index = 5) |
| | | private String censusRegister; |
| | | /** |
| | | * 居住地址 |
| | | */ |
| | | @ExcelProperty(value = "居住地址" ,index = 6) |
| | | @ExcelProperty(value = "居住地址", index = 6) |
| | | private String address; |
| | | /** |
| | | * 地址精度纬度信息(逗号隔开) |
| | | */ |
| | | @ExcelProperty(value = "地址精度纬度信息(逗号隔开)" ,index = 7) |
| | | @ExcelProperty(value = "地址精度纬度信息(逗号隔开)", index = 7) |
| | | private String visiterAddressLatLng; |
| | | /** |
| | | * 人员类型1吸毒2严重精神障碍3刑释人员4社区矫正人员 |
| | | */ |
| | | @ExcelProperty(value = "人员类型1吸毒2严重精神障碍3刑释人员4社区矫正人员" ,index = 8) |
| | | @ExcelProperty(value = "人员类型1吸毒2严重精神障碍3刑释人员4社区矫正人员", index = 8) |
| | | private String visiterType; |
| | | /** |
| | | * (法轮功类填写)基本情况 |
| | | */ |
| | | @ExcelProperty(value = "(法轮功类填写)基本情况" ,index = 9) |
| | | @ExcelProperty(value = "(法轮功类填写)基本情况", index = 9) |
| | | private String basicInfo; |
| | | /** |
| | | * 是否有效 |
| | | */ |
| | | @ExcelProperty(value = "是否有效" ,index = 10) |
| | | @ExcelProperty(value = "是否有效", index = 10) |
| | | private Boolean invalid; |
| | | /** |
| | | * 备注 |
| | | */ |
| | | @ExcelProperty(value = "备注" ,index = 11) |
| | | @ExcelProperty(value = "备注", index = 11) |
| | | private String note; |
| | | /** |
| | | * 文化程度(取字典表国家编码)) |
| | | */ |
| | | @ExcelProperty(value = "文化程度" ,index = 12) |
| | | @ExcelProperty(value = "文化程度", index = 12) |
| | | private String cultureLevel; |
| | | /** |
| | | * 经济状态 |
| | | */ |
| | | @ExcelProperty(value = "经济状态" ,index = 13) |
| | | @ExcelProperty(value = "经济状态", index = 13) |
| | | private String economicLevel; |
| | | /** |
| | | * 修改人 |
| | |
| | | /** |
| | | * (精神类人群填写)目前诊断 |
| | | */ |
| | | @ExcelProperty(value = "目前诊断" ,index = 14) |
| | | @ExcelProperty(value = "目前诊断", index = 14) |
| | | private String diagnose; |
| | | /** |
| | | * 上报提交时间 |
| | |
| | | /** |
| | | * (精神类人群填写)监护人名称 |
| | | */ |
| | | @ExcelProperty(value = "监护人名称" ,index = 15) |
| | | @ExcelProperty(value = "监护人名称", index = 15) |
| | | private String guardian; |
| | | /** |
| | | * (精神类人群填写)监护人电话 |
| | | */ |
| | | @ExcelProperty(value = "监护人电话" ,index = 16) |
| | | @ExcelProperty(value = "监护人电话", index = 16) |
| | | private String guardianPhone; |
| | | /** |
| | | * (精神类人群填写)监护人关系 |
| | | */ |
| | | @ExcelProperty(value = "监护人关系" ,index = 17) |
| | | @ExcelProperty(value = "监护人关系", index = 17) |
| | | private String guardianRelation; |
| | | /** |
| | | * 创建时间 |