|
|
@ -107,7 +107,7 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
private String idCard; |
|
|
|
|
|
|
|
/** |
|
|
|
* 证件类型。1:身份证号;2:护照 |
|
|
|
* 证件类型。烟台需求:来源于字典表dict_type=yt_id_card_type;1:身份证号;2:护照;3:港澳通行证;4:军人证;5:台胞证;6:其他 |
|
|
|
*/ |
|
|
|
private String idCardType; |
|
|
|
|
|
|
@ -131,6 +131,26 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
*/ |
|
|
|
private String contactsMobile; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:重点人群;名称对应字典表,dict_type:yt_key_point_user_type |
|
|
|
*/ |
|
|
|
private String keyPointUserType; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:国籍 |
|
|
|
*/ |
|
|
|
private String nationality; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:人口类型;名称对应字典表,dict_type:yt_population_type |
|
|
|
*/ |
|
|
|
private String populationType; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:政治面貌;名称对应字典表,dict_type:yt_politics_status |
|
|
|
*/ |
|
|
|
private String politicsStatus; |
|
|
|
|
|
|
|
/** |
|
|
|
* 九小场所url |
|
|
|
*/ |
|
|
@ -401,7 +421,7 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
private String jg; |
|
|
|
|
|
|
|
/** |
|
|
|
* 户籍所在地 |
|
|
|
* 户籍所在地;烟台需求:对应户籍详细地址 |
|
|
|
*/ |
|
|
|
private String hjszd; |
|
|
|
|
|
|
@ -415,6 +435,111 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
*/ |
|
|
|
private String rhzk; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:是否现居住;0否;1是,对应字典表dict_type: |
|
|
|
*/ |
|
|
|
private String isNowLive; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住省 |
|
|
|
*/ |
|
|
|
private String livingProvince; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住市 |
|
|
|
*/ |
|
|
|
private String livingCity; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住区 |
|
|
|
*/ |
|
|
|
private String livingArea; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住街道 |
|
|
|
*/ |
|
|
|
private String livingStreet; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住社区 |
|
|
|
*/ |
|
|
|
private String livingCommunity; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住小区 |
|
|
|
*/ |
|
|
|
private String livingViliageName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住楼号 |
|
|
|
*/ |
|
|
|
private String livingBuildingNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住单元号 |
|
|
|
*/ |
|
|
|
private String livingUnitNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:居住房间号 |
|
|
|
*/ |
|
|
|
private String livingHouseNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍所在省 |
|
|
|
*/ |
|
|
|
private String registerProvince; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍所在市 |
|
|
|
*/ |
|
|
|
private String registerCity; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍所在区县 |
|
|
|
*/ |
|
|
|
private String registerArea; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍所在街道 |
|
|
|
*/ |
|
|
|
private String registerStreet; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍所在社区 |
|
|
|
*/ |
|
|
|
private String registerCommunity; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍所在小区名称 |
|
|
|
*/ |
|
|
|
private String registerViliageName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍楼号 |
|
|
|
*/ |
|
|
|
private String registerBuildingNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍单元号 |
|
|
|
*/ |
|
|
|
private String registerUnitNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户籍房间号 |
|
|
|
*/ |
|
|
|
private String registerHouseNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户别;对应字典表dict_type:yt_household_category |
|
|
|
*/ |
|
|
|
private String householdCategory; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:户号 |
|
|
|
*/ |
|
|
|
private String houseHoldId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 居住信息备注 |
|
|
|
*/ |
|
|
@ -465,6 +590,11 @@ public class IcResiUserEntity extends BaseEpmetEntity { |
|
|
|
*/ |
|
|
|
private String jtxxRemakes; |
|
|
|
|
|
|
|
/** |
|
|
|
* 烟台需求:与户主关系(60)对应字典表dict_type:yt_Householder_relationship_type |
|
|
|
*/ |
|
|
|
private String yt_yhzgx; |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户状态【0:正常;1:迁出;2:注销】 |
|
|
|
*/ |
|
|
|