$this->id, 'username' => $this->username, 'nickname' => $this->nickname, 'company_id' => $this->company_id, 'group_id' => $this->group_id, 'phone' => $this->phone, 'monthly_working_days' => $this->monthly_working_days, 'entry_date' => $this->entry_date, 'official_date' => $this->official_date, 'resign_date' => $this->resign_date, 'probation_salary' => $this->probation_salary, 'official_salary' => $this->official_salary, 'is_outer' => $this->is_outer, 'status' => $this->status, ]; } }