|
@@ -47,6 +47,12 @@ public class PlayerRechargeRankingVO {
|
|
@ApiModelProperty("注册游戏ID")
|
|
@ApiModelProperty("注册游戏ID")
|
|
private Long regGameId;
|
|
private Long regGameId;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 注册游戏ID
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("注册游戏名")
|
|
|
|
+ private Long regGameName;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 玩家操作系统
|
|
* 玩家操作系统
|
|
*/
|
|
*/
|
|
@@ -56,9 +62,12 @@ public class PlayerRechargeRankingVO {
|
|
/**
|
|
/**
|
|
* 最近充值游戏
|
|
* 最近充值游戏
|
|
*/
|
|
*/
|
|
- @ApiModelProperty("最近充值游戏")
|
|
|
|
|
|
+ @ApiModelProperty("最近充值游戏ID")
|
|
private Long lastAmountGameId;
|
|
private Long lastAmountGameId;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("最近充值游戏名称")
|
|
|
|
+ private Long lastAmountGameName;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 最近充值时间
|
|
* 最近充值时间
|
|
*/
|
|
*/
|