$this->id, 'employee_id' => $this->employee_id, 'social_type' => $this->social_type, 'base_price' => $this->base_price, 'personal_rate' => $this->personal_rate, 'unit_rate' => $this->unit_rate, 'personal_price' => $this->personal_price, 'unit_price' => $this->unit_price, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }