user = $model; // Yy edit:2019-03-06 $this->orderId = $orderId; } public function getMemberModel() { return $this->user; } // Yy edit:2019-03-06 public function getOrderId() { return $this->orderId; } }