| | |
| | | private Integer isHide; |
| | | |
| | | @ApiModelProperty("是否点赞 0 否 1 是") |
| | | private Integer haveGiveThumbsUp; |
| | | private Integer haveGiveThumbsUp = 0; |
| | | |
| | | @ApiModelProperty(value = "是否需要反馈 1 是 0 不是",example = "0") |
| | | private Integer isNeedFeedBack; |
| | |
| | | @ApiModelProperty(value = "参加活动奖励金额") |
| | | private BigDecimal activityAmount; |
| | | |
| | | @ApiModelProperty(value = "活动奖励金额") |
| | | private BigDecimal activityMoney; |
| | | |
| | | @ApiModelProperty(value = "随手拍活动id") |
| | | private Long activityId; |
| | | |
| | | @ApiModelProperty(value = "类型(1.心情类 2.治理类)") |
| | | private Integer easyType; |
| | | |
| | | @ApiModelProperty(value = "随手拍活动") |
| | | private ComActEasyPhotoActivityVO easyPhotoActivityVO; |
| | | } |