| | |
| | | |
| | | @ApiModelProperty(value = "地址") |
| | | private String address; |
| | | |
| | | |
| | | @ApiModelProperty(value = "特长描述") |
| | | private String specialtyName; |
| | | @ApiModelProperty(value = "帮扶社区id") |
| | | private Long helpCommunityId; |
| | | @ApiModelProperty(value = "帮扶社区名字") |
| | | private String helpCommunityName; |
| | | @ApiModelProperty(value = "帮扶社区手机号") |
| | | private String helpCommunityContacts; |
| | | @ApiModelProperty(value = "帮扶社区联系人") |
| | | private String helpCommunityContactsName; |
| | | @ApiModelProperty(value = "小区id") |
| | | private Long villageId; |
| | | @ApiModelProperty(value = "小区名字") |
| | | private String villageName; |
| | | |
| | | private String natureName; |
| | | |
| | | private Integer natureId; |
| | | @ApiModelProperty(value = "管理员名称") |
| | | private String adminName; |
| | | @ApiModelProperty(value = "管理员电话") |
| | | private String adminPhone; |
| | | @ApiModelProperty(value = "其他") |
| | | private String otherMark; |
| | | @ApiModelProperty(value = "单位所属") |
| | | private String belongTo; |
| | | } |