cartsId = $cartsId; } /** * (监听者)获取购物车model * @return mixed */ public function getCartsId(){ return $this->cartsId; } }