| | |
| | | |
| | | /** 店铺id */ |
| | | @ApiModelProperty("店铺id") |
| | | private Long storeId; |
| | | private String storeId; |
| | | |
| | | /** 店铺名称 */ |
| | | @ApiModelProperty("店铺名称") |
| | |
| | | |
| | | /** 抽奖活动id */ |
| | | @ApiModelProperty("抽奖活动id") |
| | | private Long prizeActivityId; |
| | | private String prizeActivityId; |
| | | |
| | | /** 抽奖活动名称 */ |
| | | @ApiModelProperty("抽奖活动名称") |
| | |
| | | |
| | | /** 用户id */ |
| | | @ApiModelProperty("用户id") |
| | | private Long userId; |
| | | private String userId; |
| | | |
| | | /** 用户昵称 */ |
| | | @ApiModelProperty("用户昵称") |
| | |
| | | @ApiModelProperty("领取状态") |
| | | private String claimStatus; |
| | | |
| | | private String material; |
| | | |
| | | public static PrizeClaimRecordVO getVoByEntity(@NonNull PrizeClaimRecord entity, PrizeClaimRecordVO vo) { |
| | | if(vo == null) { |
| | | vo = new PrizeClaimRecordVO(); |