createdAt; } /** * @param mixed $createdAt */ public function setCreatedAt($createdAt): void { $this->createdAt = $createdAt; } /** * @return string */ public function getOrderNumber() { return $this->orderNumber; } /** * @param string $orderNumber */ public function setOrderNumber(string $orderNumber): void { $this->orderNumber = $orderNumber; } /** * @return string */ public function getPayTime() { return $this->payTime; } /** * @param string $payTime */ public function setPayTime($payTime): void { $this->payTime = $payTime; } /** * @return string */ public function getOrderPrice() { return $this->orderPrice; } /** * @param string $orderPrice */ public function setOrderPrice($orderPrice): void { $this->orderPrice = $orderPrice; } /** * @return string */ public function getOrderCommission() { return $this->orderCommission; } /** * @param string $orderCommission */ public function setOrderCommission($orderCommission): void { $this->orderCommission = $orderCommission; } /** * @return string */ public function getUserSpreadId() { return $this->userSpreadId; } /** * @param string $userSpreadId */ public function setUserSpreadId($userSpreadId): void { $this->userSpreadId = $userSpreadId; } /** * @return string */ public function getPlatformSpreadId() { return $this->platformSpreadId; } /** * @param string $platformSpreadId */ public function setPlatformSpreadId($platformSpreadId): void { $this->platformSpreadId = $platformSpreadId; } /** * @return string */ public function getOrderTitle() { return $this->orderTitle; } /** * @param string $orderTitle */ public function setOrderTitle($orderTitle): void { $this->orderTitle = $orderTitle; } /** * @return string */ public function getOrderRefundPrice() { return $this->orderRefundPrice; } /** * @param string $orderRefundPrice */ public function setOrderRefundPrice($orderRefundPrice): void { $this->orderRefundPrice = $orderRefundPrice; } /** * @return string */ public function getOrderRefundTime() { return $this->orderRefundTime; } /** * @param string $orderRefundTime */ public function setOrderRefundTime($orderRefundTime): void { $this->orderRefundTime = $orderRefundTime; } /** * @return string */ public function getOrderRefundCommission() { return $this->orderRefundCommission; } /** * @param string $orderRefundCommission */ public function setOrderRefundCommission($orderRefundCommission): void { $this->orderRefundCommission = $orderRefundCommission; } /** * @return string */ public function getOrderStatus() { return $this->orderStatus; } /** * @param string $orderStatus */ public function setOrderStatus($orderStatus): void { $this->orderStatus = $orderStatus; } /** * @return string */ public function getOrderCouponPrice(): string { return $this->orderCouponPrice; } /** * @param string $orderCouponPrice */ public function setOrderCouponPrice(string $orderCouponPrice): void { $this->orderCouponPrice = $orderCouponPrice; } /** * @return string */ public function getOrderChannelId(): string { return $this->orderChannelId; } /** * @param string $orderChannelId */ public function setOrderChannelId(string $orderChannelId): void { $this->orderChannelId = $orderChannelId; } /** * @return string */ public function getProductImgUrl(): string { return $this->productImgUrl; } /** * @param string $productImgUrl */ public function setProductImgUrl(string $productImgUrl): void { $this->productImgUrl = $productImgUrl; } /** * @return int */ public function getSpreadType(): int { return $this->spreadType; } /** * @param int $spreadType */ public function setSpreadType(int $spreadType): void { $this->spreadType = $spreadType; } /** * @return int */ public function getSpreadSonType(): int { return $this->spreadSonType; } /** * @param int $spreadSonType */ public function setSpreadSonType(int $spreadSonType): void { $this->spreadSonType = $spreadSonType; } }