|
|
@@ -13,7 +13,7 @@ public class GameTaskOrderEnty implements Serializable {
|
|
|
|
|
|
private int create_time;//integer($int64) 创建消费时间
|
|
|
|
|
|
- private int game_id;//integer($int64) 游戏id
|
|
|
+ private String game_id;//integer($int64) 游戏id
|
|
|
|
|
|
private int id;//integer($int64)
|
|
|
private String order_no;//string 游戏充值的order_no
|
|
|
@@ -66,11 +66,11 @@ public class GameTaskOrderEnty implements Serializable {
|
|
|
this.create_time = create_time;
|
|
|
}
|
|
|
|
|
|
- public int getGame_id() {
|
|
|
+ public String getGame_id() {
|
|
|
return game_id;
|
|
|
}
|
|
|
|
|
|
- public void setGame_id(int game_id) {
|
|
|
+ public void setGame_id(String game_id) {
|
|
|
this.game_id = game_id;
|
|
|
}
|
|
|
|