| | |
| | | @ApiModelProperty(value = "心愿类型id") |
| | | private String wishTypeId; |
| | | |
| | | @ApiModelProperty(value = "心愿类型名字") |
| | | private String wishTypeName; |
| | | |
| | | @ApiModelProperty(value = "姓名") |
| | | private String userName; |
| | | |
| | |
| | | @ApiModelProperty(value = "心愿类型id") |
| | | private String wishTypeId; |
| | | |
| | | @ApiModelProperty(value = "心愿类型名字") |
| | | private String wishTypeName; |
| | | |
| | | @ApiModelProperty(value = "姓名") |
| | | private String userName; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "图片") |
| | | private String imgUrl; |
| | | |
| | | |
| | | @ApiModelProperty(value = "回复") |
| | | private String reply; |
| | |
| | | content, |
| | | user_id, |
| | | wish_type_id, |
| | | (select title from jinhui_micro_volunteering_type where jinhui_micro_volunteering_type.id=jinhui_micro_volunteering.wish_type_id) as wishTypeName, |
| | | user_name, |
| | | user_phone, |
| | | img_url, |
| | |
| | | content, |
| | | user_id, |
| | | wish_type_id, |
| | | (select title from jinhui_micro_volunteering_type where jinhui_micro_volunteering_type.id=jinhui_micro_volunteering.wish_type_id) as wishTypeName, |
| | | user_name, |
| | | user_phone, |
| | | img_url, |