| | |
| | | package com.panzhihua.serviceapi.model.dto; |
| | | |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * program 攀枝花智慧社区项目 |
| | | * description 实有人口信息 |
| | | * program 攀枝花智慧社区项目 description 实有人口信息 |
| | | * |
| | | * @author manailin |
| | | * Date 2021-06-22 15:30 |
| | | * @author manailin Date 2021-06-22 15:30 |
| | | **/ |
| | | @Data |
| | | public class ComMngPopulationDTO implements Serializable { |
| | |
| | | @EncryptDecryptField |
| | | private String phone; |
| | | /** |
| | | * 外地or本地(1.本地 2.外地) |
| | | * 外地or本地(1.本地 2.外地) |
| | | */ |
| | | private Integer outOrLocal; |
| | | /** |
| | |
| | | */ |
| | | private String nativePlace; |
| | | /** |
| | | * 民族code |
| | | */ |
| | | private String nativeCode; |
| | | /** |
| | | * 民族 |
| | | */ |
| | | private String nation; |
| | |
| | | */ |
| | | private String villageName; |
| | | |
| | | |
| | | /** |
| | | * 文化程度(1.小学 2.初中 3.高中 4.中专 5.大专 6.本科 7.硕士 8.博士 9.其他) |
| | | */ |
| | | private Integer cultureLevel; |
| | | private String cultureLevel; |
| | | |
| | | /** |
| | | * 婚姻状况(1.未婚 2.已婚 3.离异 4.丧偶 5.分居 6.其他) |
| | | */ |
| | | private Integer marriage; |
| | | |
| | | |
| | | /** |
| | | * 健康状况 |