Browse Source

修改内容:字段添加

shishaosong 1 year ago
parent
commit
200bc22f81

+ 2 - 2
game-data/game-data-serve/src/main/java/com/zanxiang/game/data/serve/pojo/vo/PlayerRechargeRankingVO.java

@@ -51,7 +51,7 @@ public class PlayerRechargeRankingVO {
      * 注册游戏ID
      * 注册游戏ID
      */
      */
     @ApiModelProperty("注册游戏名")
     @ApiModelProperty("注册游戏名")
-    private Long regGameName;
+    private String regGameName;
 
 
     /**
     /**
      * 玩家操作系统
      * 玩家操作系统
@@ -66,7 +66,7 @@ public class PlayerRechargeRankingVO {
     private Long lastAmountGameId;
     private Long lastAmountGameId;
 
 
     @ApiModelProperty("最近充值游戏名称")
     @ApiModelProperty("最近充值游戏名称")
-    private Long lastAmountGameName;
+    private String lastAmountGameName;
 
 
     /**
     /**
      * 最近充值时间
      * 最近充值时间