order_id = $order_id; } /** * 平台企业订单号 * @return string */ public function getOrderId() { return $this->order_id; } /** * 综合服务平台流水号,唯一 * @var string $ref */ public function setRef($ref) { $this->ref = $ref; } /** * 综合服务平台流水号,唯一 * @return string */ public function getRef() { return $this->ref; } /** * 订单金额 * @var string $pay */ public function setPay($pay) { $this->pay = $pay; } /** * 订单金额 * @return string */ public function getPay() { return $this->pay; } }