goods_id = $goods_id; $this->mark = $mark; $this->mark_id = $mark_id; } public function getGoodsId() { return $this->goods_id; } public function getMark() { return $this->mark; } public function getMarkId() { return $this->mark_id; } }