refundModel = $refundModel; } public function getModel() { return $this->refundModel; } public function getOrderModel() { return $this->refundModel->order; } public function getRefundGoods() { return $this->refundModel->refundOrderGoods; } }