| | |
| | | @ApiModelProperty(value = "标签类型", example = "") |
| | | private String categoryName; |
| | | |
| | | @ApiModelProperty(value = "1:未辞职 2:已辞职", example = "") |
| | | private Integer resignation; |
| | | /** |
| | | * 工作单位 |
| | | */ |
| | | private String employer; |
| | | |
| | | /** |
| | | * 社区编号 |
| | | */ |
| | | private String communityCode; |
| | | |
| | | /** |
| | | * 角色名称 |
| | | */ |
| | | private String roleName; |
| | | |
| | | /** |
| | | * 街道名称 |
| | | */ |
| | | private String townStreetName; |
| | | |
| | | /** |
| | | * 社区名称 |
| | | */ |
| | | private String neiName; |
| | | |
| | | @ApiModelProperty(value = "场所名称", example = "") |
| | | private String placeName; |
| | | |
| | | @ApiModelProperty(value = "场所地址", example = "") |
| | | private String location; |
| | | |
| | | } |