$this->id, 'employee_id' => $this->employee_id, 'type' => $this->type, 'date' => $this->date, 'type_txt' => DictionaryT::getDictValue('REWARD_TYPE', $this->type), 'price' => $this->price, 'remark' => $this->remark, 'status' => $this->status, 'status_txt' => DictionaryT::getDictValue('REWARD_STATUS', $this->status), 'created_at' => $this->created_at->toDateTimeString(), 'updated_at' => $this->updated_at->toDateTimeString(), ]; } }