goods = $goods; $this->num = $num; } public function getGoods() { return $this->goods; } public function getNum() { return $this->num; } }