user = $user; $this->goodsList = $goodsList; } /** * 验证商品列表 * @return mixed */ abstract public function validateGoodsList(); }