登录改造
This commit is contained in:
@@ -45,19 +45,19 @@ public class PrizeInfo implements Serializable {
|
||||
*/
|
||||
private BigDecimal winProbability;
|
||||
/**
|
||||
* 保底抽数(0表示无保底,谢谢惠顾奖无效)
|
||||
* 保底抽数(0表示无保底)
|
||||
*/
|
||||
private Long guaranteeDraws;
|
||||
/**
|
||||
* 最低中奖抽数(0表示无限制,谢谢惠顾奖无效)
|
||||
* 最低中奖抽数(0表示无限制)
|
||||
*/
|
||||
private Long minWinDraws;
|
||||
/**
|
||||
* 奖品库存(谢谢惠顾奖填0,不校验)
|
||||
* 奖品库存(谢谢惠顾奖填0)
|
||||
*/
|
||||
private Long stock;
|
||||
/**
|
||||
* 奖品类型
|
||||
* 奖品类型 1-谢谢惠顾 2-普通奖 3-大奖
|
||||
*/
|
||||
private Long prizeType;
|
||||
/**
|
||||
@@ -68,10 +68,6 @@ public class PrizeInfo implements Serializable {
|
||||
* 是否自动兑奖
|
||||
*/
|
||||
private Boolean autoGive;
|
||||
/**
|
||||
* 是否为谢谢惠顾奖:0-否,1-是(全局仅一个)
|
||||
*/
|
||||
private Boolean thank;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
Reference in New Issue
Block a user