| | |
| | | @ApiModel("党组织") |
| | | public class PartyOrganizationVO { |
| | | @ApiModelProperty(value = "党组织id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long id; |
| | | @ApiModelProperty(value = "党组织名字") |
| | | private String name; |
| | |
| | | @ApiModelProperty(value = "楼栋id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long buildId; |
| | | @ApiModelProperty(value = "楼栋名称") |
| | | private String buildName; |
| | | @ApiModelProperty(value = "所属小区名字") |
| | | private Long areaName; |
| | | private String areaName; |
| | | @ApiModelProperty(value = "组织地址") |
| | | private String address; |
| | | @ApiModelProperty(value = "经度") |