goods_id); } $this->goods = $goods; $this->specs = $specs; } public function getGoods() { return $this->goods; } public function getSpecs() { return $this->specs; } }