GitLab
liangchengyou
/
wow_english
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
lib/pages/games/game_entity.dart
86 Bytes
Edit
Raw
Normal View
History
2879454a
吴启风
feat:调通支付宝支付&游戏列表页
1 2 3 4 5 6 7 8 9 10 11
class
GameEntity
{
late
int
id
;
late
String
imageName
;
late
String
name
;
}