| | |
| | | */ |
| | | @Data |
| | | public class AppMemberPrizePageVo { |
| | | |
| | | |
| | | @ApiModelProperty(value = "奖品id") |
| | | private String prizeId; |
| | | |
| | | |
| | | @ApiModelProperty(value = "奖品名称") |
| | | private String prizeName; |
| | | |
| | | |
| | | @ApiModelProperty(value = "奖品来源") |
| | | private String prizeFrom; |
| | | |
| | | |
| | | @ApiModelProperty(value = "礼物类型1优惠券2商品3现金4实物5积分") |
| | | private Integer giftType; |
| | | |
| | | @ApiModelProperty(value = "核销状态1未核销2已核销") |
| | | private Integer verifyStatus; |
| | | |
| | | |
| | | @ApiModelProperty(value = "获奖时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date createTime; |
| | | |
| | | |
| | | @ApiModelProperty(value = "核销码") |
| | | private String verifyCode; |
| | | |
| | | |
| | | @ApiModelProperty(value = "核销时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private String verifyTime; |