| | |
| | | private String activityName; |
| | | |
| | | @ApiModelProperty("负责人userID") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long sponsorId; |
| | | |
| | | @ApiModelProperty("负责人名字") |
| | |
| | | private Integer duration; |
| | | |
| | | @ApiModelProperty("项目Id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long projectId; |
| | | |
| | | @ApiModelProperty("项目名称") |
| | |
| | | |
| | | private String jumpArticleUrl; |
| | | @ApiModelProperty("关联服务id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long relationId; |
| | | @ApiModelProperty("关联手机") |
| | | private String phone; |
| | | @ApiModelProperty("单位id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long checkUnitId; |
| | | |
| | | @ApiModelProperty(value = "街道id", hidden = true) |