| | |
| | | package com.panzhihua.common.model.vos.community; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | | import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptClass; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; |
| | | import com.panzhihua.common.model.helper.sensitive.Sensitive; |
| | |
| | | * 自增 id |
| | | */ |
| | | @ApiModelProperty("实有人口id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long id; |
| | | /** |
| | | * 街道id |
| | |
| | | * 小区id(实有房屋id) |
| | | */ |
| | | @ApiModelProperty("小区id(实有房屋id)") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private long villageId; |
| | | /** |
| | | * 家庭成员(姓名) |
| | |
| | | @ApiModelProperty("政治面貌(1.中共党员2.中共预备党员3.共青团员4.民革党员5.民盟盟员6.民建会员7.8.农工党党员9.致公党党员10.九三学社社员11.台盟盟员12.无党派人士13.群众)") |
| | | @NotBlank(groups = {AddGroup.class},message = "政治面貌不可为空") |
| | | private Integer politicalOutlook; |
| | | |
| | | @ApiModelProperty("政治面貌名称") |
| | | private String politicalOutlookName; |
| | | |
| | | @ApiModelProperty("工作单位") |
| | | private String workCompany; |
| | |
| | | @ApiModelProperty("文化程度(1.小学 2.初中 3.高中 4.中专 5.大专 6.本科 7.硕士 8.博士 9.其他)") |
| | | private Integer cultureLevel; |
| | | |
| | | @ApiModelProperty("婚姻状况(1.未婚 2.已婚 3.离异 4.丧偶 5.分居 6.其他)") |
| | | @ApiModelProperty("文化程度名称") |
| | | private String cultureLevelName; |
| | | |
| | | @ApiModelProperty("职业") |
| | | private String profession; |
| | | |
| | | @ApiModelProperty("婚姻状况(10.未婚 20.已婚 21.初婚 22.再婚 23.复婚 30.丧偶 40.离婚 90.未说明的婚姻状况 60.其他)") |
| | | private Integer marriage; |
| | | |
| | | @ApiModelProperty("婚姻状况名称") |
| | | private String marriageName; |
| | | |
| | | @ApiModelProperty("健康状况") |
| | | private String healthy; |
| | |
| | | @ApiModelProperty("与户主关系(1.户主 2.配偶 3.子女 4.孙女 5.父母 6.其他)") |
| | | private Integer relation; |
| | | |
| | | @ApiModelProperty("与户主关系名称") |
| | | private String relationName; |
| | | |
| | | @ApiModelProperty("房屋列表") |
| | | private List<ComMngHouseVo> houseList; |
| | | |
| | | @ApiModelProperty("车辆列表") |
| | | private List<ComMngPopulationCarVO> carList; |
| | | |
| | | @ApiModelProperty("吸毒信息") |
| | | private List<ComDrugPopulationVO> comDrugPopulationVOs; |
| | | |
| | | @ApiModelProperty("社区矫正信息") |
| | | private List<ComCorrectPopulationVO> comCorrectPopulationVOs; |
| | | |
| | | @ApiModelProperty("精神障碍信息") |
| | | private List<ComMajorPopulationVO> comMajorPopulationVOs; |
| | | |
| | | @ApiModelProperty("邪教信息") |
| | | private List<ComCultPopulationVO> comCultPopulationVOs; |
| | | |
| | | @ApiModelProperty("刑释信息") |
| | | private List<ComRehabilitationPopulationVO> comRehabilitationPopulationVOs; |
| | | |
| | | @ApiModelProperty("上访信息") |
| | | private List<ComKeyPopulationVO> comKeyPopulationVOs; |
| | | |
| | | @ApiModelProperty("退役军人信息") |
| | | private List<ComVeteransPopulationVO> comVeteransPopulationVOs; |
| | | |
| | | @ApiModelProperty("残疾人信息") |
| | | private List<ComDisabilityPopulationVO> comDisabilityPopulationVOs; |
| | | |
| | | @ApiModelProperty("低保户信息") |
| | | private List<ComLowSecurityPopulationVO> comLowSecurityPopulationVOs; |
| | | |
| | | public interface sex{ |
| | | int nan = 1; |
| | | int nv = 2; |