playerId = $data['player_id']; $this->name = $data['name']; $this->email = $data['email']; $this->balance = $data['balance']; // 其他属性... } }