登录改造

This commit is contained in:
777
2025-12-26 12:16:29 +08:00
parent f0d4b595f4
commit 9cd9841f09
17 changed files with 335 additions and 181 deletions

View File

@@ -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;