游戏-用户管理

This commit is contained in:
2026-04-01 15:51:25 +08:00
parent 0429cf62c4
commit 1d350ddb68
7 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
export default {
id: 'id',
username: 'username',
password: 'password',
uuid: 'uuid',
phone: 'phone',
remark: 'remark',
coin: 'coin',
status: 'status',
'status 0': 'status 0',
'status 1': 'status 1',
game_channel_id: 'game_channel_id',
gamechannel__name: 'name',
admin_id: 'admin_id',
admin__username: 'username',
create_time: 'create_time',
update_time: 'update_time',
'quick Search Fields': 'id,username,phone',
}