fix
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user