order = $order; } /** * (监听者)获取订单model * @return PreOrder */ public function getOrder(){ return $this->order; } }