Blame view

lib/pages/games/game_entity.dart 86 Bytes
2879454a   吴启风   feat:调通支付宝支付&游戏列表页
1
2
3
4
5
6
7
8
9
10
11
  
  
  
  class GameEntity {
  
    late int id;
  
    late String imageName;
  
    late String name;
  }