|
|
@ -22,170 +22,62 @@ public class EpidemicUserErrorDTO implements Serializable { |
|
|
|
// @ApiModelProperty(value = "id")
|
|
|
|
private Long id; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "姓名")
|
|
|
|
private String userName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "身份证号")
|
|
|
|
private String idCard; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "插入记录")
|
|
|
|
private Integer insertNo; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "性别")
|
|
|
|
private String gender; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "民族")
|
|
|
|
private String errorInfo; |
|
|
|
private String peopleCategories; |
|
|
|
private String userName; |
|
|
|
private String nation; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "曾用名")
|
|
|
|
private String formerName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "出生年月")
|
|
|
|
private String birthday; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "血型")
|
|
|
|
private String bloodType; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "身高")
|
|
|
|
private String height; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "文化程度")
|
|
|
|
private String standardOfCulture; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "健康情况")
|
|
|
|
private String politicsStatus; |
|
|
|
private String joinTime; |
|
|
|
private String organizationalRelationshipLocation; |
|
|
|
private String residentsFamilyIdentityNo; |
|
|
|
private String mobile; |
|
|
|
private String health; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "婚姻状况")
|
|
|
|
private String maritalStatus; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "与户主关系")
|
|
|
|
private String accountType; |
|
|
|
private String specialCrowd; |
|
|
|
private String military; |
|
|
|
private String householdRegisterDetail; |
|
|
|
private String workStatus; |
|
|
|
private String workUnits; |
|
|
|
private String currentEmployerAddress; |
|
|
|
private String unemploymentReason; |
|
|
|
private String reemploymentPermit; |
|
|
|
private String unemploymentRegister; |
|
|
|
private String unemploymentRegisterTime; |
|
|
|
private String familyCategory; |
|
|
|
private String helpStatus; |
|
|
|
private Integer motorVehicleNum; |
|
|
|
private String motorVehicleCategory; |
|
|
|
private String dogStatus; |
|
|
|
private String gender; |
|
|
|
private String houseAddress; |
|
|
|
private String plot; |
|
|
|
private String buildingNo; |
|
|
|
private String unit; |
|
|
|
private String roomNo; |
|
|
|
private String houseProperty; |
|
|
|
private String relation; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "国籍")
|
|
|
|
private String hushaiStatus; |
|
|
|
private String familySecurity; |
|
|
|
private String livingSituation; |
|
|
|
private String formerName; |
|
|
|
private String birthday; |
|
|
|
private String bloodType; |
|
|
|
private String height; |
|
|
|
private String nationality; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "政治面貌")
|
|
|
|
private String politicsStatus; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "宗教信仰")
|
|
|
|
private String faith; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "毕业院校")
|
|
|
|
private String graduateSchool; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "专业")
|
|
|
|
private String professional; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "工作状态")
|
|
|
|
private String workStatus; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "行业类别")
|
|
|
|
private String industryCategory; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "工作单位(现/原)")
|
|
|
|
private String workUnits; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "兵役状况")
|
|
|
|
private String military; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "人口类别")
|
|
|
|
private String peopleCategories; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "特殊人群")
|
|
|
|
private String specialCrowd; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "有无车辆")
|
|
|
|
private String car; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "车牌号")
|
|
|
|
private String carNo; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "人户状况")
|
|
|
|
private String hushaiStatus; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "籍贯")
|
|
|
|
private String nativePlace; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "手机号或座机号")
|
|
|
|
private String mobile; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "往返情况(1:在平阴 2在外地)")
|
|
|
|
private String returnState; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "县内居住镇街")
|
|
|
|
private String liveAddressStreetName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "县内居住地关联人")
|
|
|
|
private String relationPeople; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "县内居住地关联人手机号或座机号")
|
|
|
|
private String relationPeopleMobile; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "现居住地省份")
|
|
|
|
private String outLiveAddressProvinceName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "现居住地市州")
|
|
|
|
private String outLiveAddressCityName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "现居住地区县")
|
|
|
|
private String outLiveAddressCountyName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "现居住地镇街")
|
|
|
|
private String outLiveAddressStreetName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "现居住地详细地址")
|
|
|
|
private String outLiveAddressDetail; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "现居住地疫情风险等级(1:低风险,2:中风险,3:高风险)")
|
|
|
|
private String riskGrade; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟返回平阴时间")
|
|
|
|
private String goBarkTime; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟离开平阴时间")
|
|
|
|
private String leaveTime; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟去往目的地省份")
|
|
|
|
private String destinationProvinceName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟去往目的地市州")
|
|
|
|
private String destinationCityName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟去往目的地区县")
|
|
|
|
private String destinationCountyName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟去往目的地镇街")
|
|
|
|
private String destinationStreetName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "拟去往目的地详细地址")
|
|
|
|
private String destinationAddressDetail; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "社区/村庄")
|
|
|
|
private String community; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "网格名称")
|
|
|
|
private String gridName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "小区")
|
|
|
|
private String plot; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "楼号")
|
|
|
|
private String buildingNo; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "单元")
|
|
|
|
private String unit; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "房间号")
|
|
|
|
private String roomNo; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "房屋性质")
|
|
|
|
private String houseProperty; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "家庭保障情况")
|
|
|
|
private String familySecurity; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "居住情况")
|
|
|
|
private String livingSituation; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "乐观锁")
|
|
|
|
private Integer revision; |
|
|
@ -205,22 +97,6 @@ public class EpidemicUserErrorDTO implements Serializable { |
|
|
|
// @ApiModelProperty(value = "逻辑删除标识")
|
|
|
|
private String delFlag; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "户籍地所在省份")
|
|
|
|
private String householdRegisterProvinceName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "户籍地所在市州")
|
|
|
|
private String householdRegisterCityName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "户籍地所在区县")
|
|
|
|
private String householdRegisterCountyName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "户籍地所在镇街")
|
|
|
|
private String householdRegisterStreetName; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "户籍地详细地址")
|
|
|
|
private String householdRegisterDetail; |
|
|
|
|
|
|
|
// @ApiModelProperty(value = "错误信息")
|
|
|
|
private String errorInfo; |
|
|
|
|
|
|
|
} |
|
|
|