| | |
| | | */ |
| | | @ApiModelProperty("年龄开始查询字段") |
| | | private String ageStart; |
| | | |
| | | /** |
| | | * 年龄开始时间查询字段 |
| | | */ |
| | | @ApiModelProperty(value = "年龄开始时间查询字段",hidden = true) |
| | | private String ageStartTime; |
| | | |
| | | /** |
| | | * 最终年龄开始时间查询字段 |
| | | */ |
| | | @ApiModelProperty(value = "最终年龄开始时间查询字段",hidden = true) |
| | | private String ageStartTimeEnd; |
| | | /** |
| | | * 年龄结束查询字段 |
| | | */ |
| | | @ApiModelProperty("年龄结束查询字段") |
| | | private String ageEnd; |
| | | |
| | | /** |
| | | * 年龄结束时间查询字段 |
| | | */ |
| | | @ApiModelProperty(value = "年龄结束时间查询字段",hidden = true) |
| | | private String ageEndTime; |
| | | |
| | | /** |
| | | * 籍贯 |
| | |
| | | * 小区id(实有房屋id) |
| | | */ |
| | | @ApiModelProperty(value="小区id(实有房屋id)") |
| | | private Integer villageId; |
| | | private Long villageId; |
| | | /** |
| | | * 家庭成员(姓名) |
| | | */ |
| | |
| | | @ApiModelProperty(value="房屋id") |
| | | private Long houseId; |
| | | |
| | | @ApiModelProperty("居住地址") |
| | | private String address; |
| | | |
| | | } |