$this->id, 'order_id' => $this->order_id, 'sn' => $this->sn, 'ship_status' => $this->ship_status, 'ship_status_text' => $this->ship_status->text(), 'ship_data' => $this->ship_data, 'ship_address' => $this->ship_address, 'finish_at' => $this->finish_at?->timestamp, 'created_at' => $this->created_at?->timestamp, 'goods' => $this->whenLoaded('goods'), ]; } }