orderGoods = $goods; $this->award = $award; } public function setStatus($status) { $this->award = $status; } public function getStatus() { return $this->award; } public function getOrder() { return $this->orderGoods; } }