This commit is contained in:
wells
2026-08-05 17:07:00 +08:00
parent ce7a619791
commit 16242b97de
6 changed files with 298 additions and 16 deletions
@@ -66,6 +66,11 @@ public class GameRound {
*/
private Integer autoNext;
/**
* 第一个红包ID
*/
private Long firstRpId;
/**
* 创建时间
*/
@@ -77,6 +77,16 @@ public class RedPacket {
*/
private Integer status;
/**
* 预分配金额列表(JSON数组)
*/
private String shareAmounts;
/**
* 已领取份额数
*/
private Integer shareTakenCount;
/**
* 创建时间
*/