groupOrderId; } /** * @param int $groupOrderId * @return StoreGroupOrderEntity */ public function setGroupOrderId(int $groupOrderId): StoreGroupOrderEntity { $this->groupOrderId = $groupOrderId; return $this; } /** * @return string */ public function getGroupOrderSn(): string { return $this->groupOrderSn; } /** * @param string $groupOrderSn * @return StoreGroupOrderEntity */ public function setGroupOrderSn(string $groupOrderSn): StoreGroupOrderEntity { $this->groupOrderSn = $groupOrderSn; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return StoreGroupOrderEntity */ public function setUid(int $uid): StoreGroupOrderEntity { $this->uid = $uid; return $this; } /** * @return float */ public function getTotalPostage(): float { return $this->totalPostage; } /** * @param float $totalPostage * @return StoreGroupOrderEntity */ public function setTotalPostage(float $totalPostage): StoreGroupOrderEntity { $this->totalPostage = $totalPostage; return $this; } /** * @return float */ public function getTotalPrice(): float { return $this->totalPrice; } /** * @param float $totalPrice * @return StoreGroupOrderEntity */ public function setTotalPrice(float $totalPrice): StoreGroupOrderEntity { $this->totalPrice = $totalPrice; return $this; } /** * @return int */ public function getTotalNum(): int { return $this->totalNum; } /** * @param int $totalNum * @return StoreGroupOrderEntity */ public function setTotalNum(int $totalNum): StoreGroupOrderEntity { $this->totalNum = $totalNum; return $this; } /** * @return float */ public function getCouponPrice(): float { return $this->couponPrice; } /** * @param float $couponPrice * @return StoreGroupOrderEntity */ public function setCouponPrice(float $couponPrice): StoreGroupOrderEntity { $this->couponPrice = $couponPrice; return $this; } /** * @return string */ public function getRealName(): string { return $this->realName; } /** * @param string $realName * @return StoreGroupOrderEntity */ public function setRealName(string $realName): StoreGroupOrderEntity { $this->realName = $realName; return $this; } /** * @return string */ public function getUserPhone(): string { return $this->userPhone; } /** * @param string $userPhone * @return StoreGroupOrderEntity */ public function setUserPhone(string $userPhone): StoreGroupOrderEntity { $this->userPhone = $userPhone; return $this; } /** * @return string */ public function getUserAddress(): string { return $this->userAddress; } /** * @param string $userAddress * @return StoreGroupOrderEntity */ public function setUserAddress(string $userAddress): StoreGroupOrderEntity { $this->userAddress = $userAddress; return $this; } /** * @return float */ public function getPayPrice(): float { return $this->payPrice; } /** * @param float $payPrice * @return StoreGroupOrderEntity */ public function setPayPrice(float $payPrice): StoreGroupOrderEntity { $this->payPrice = $payPrice; return $this; } /** * @return float */ public function getPayPostage(): float { return $this->payPostage; } /** * @param float $payPostage * @return StoreGroupOrderEntity */ public function setPayPostage(float $payPostage): StoreGroupOrderEntity { $this->payPostage = $payPostage; return $this; } /** * @return float */ public function getCost(): float { return $this->cost; } /** * @param float $cost * @return StoreGroupOrderEntity */ public function setCost(float $cost): StoreGroupOrderEntity { $this->cost = $cost; return $this; } /** * @return string */ public function getGiveCouponIds(): string { return $this->giveCouponIds; } /** * @param string $giveCouponIds * @return StoreGroupOrderEntity */ public function setGiveCouponIds(string $giveCouponIds): StoreGroupOrderEntity { $this->giveCouponIds = $giveCouponIds; return $this; } /** * @return int */ public function getPaid(): int { return $this->paid; } /** * @param int $paid * @return StoreGroupOrderEntity */ public function setPaid(int $paid): StoreGroupOrderEntity { $this->paid = $paid; return $this; } /** * @return mixed */ public function getPayTime() { return $this->payTime; } /** * @param mixed $payTime * @return StoreGroupOrderEntity */ public function setPayTime($payTime): StoreGroupOrderEntity { $this->payTime = $payTime; return $this; } /** * @return int */ public function getPayType(): int { return $this->payType; } /** * @param int $payType * @return StoreGroupOrderEntity */ public function setPayType(int $payType): StoreGroupOrderEntity { $this->payType = $payType; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return StoreGroupOrderEntity */ public function setCreateTime($createTime): StoreGroupOrderEntity { $this->createTime = $createTime; return $this; } /** * @return int */ public function getIsRemind(): int { return $this->isRemind; } /** * @param int $isRemind * @return StoreGroupOrderEntity */ public function setIsRemind(int $isRemind): StoreGroupOrderEntity { $this->isRemind = $isRemind; return $this; } /** * @return int */ public function getIsDel(): int { return $this->isDel; } /** * @param int $isDel * @return StoreGroupOrderEntity */ public function setIsDel(int $isDel): StoreGroupOrderEntity { $this->isDel = $isDel; return $this; } /** * @return string */ public function getRand(): string { return $this->rand; } /** * @param string $rand * @return StoreGroupOrderEntity */ public function setRand(string $rand): StoreGroupOrderEntity { $this->rand = $rand; return $this; } /** * @return mixed */ public function getSplit() { return $this->split; } /** * @param mixed $split * @return StoreGroupOrderEntity */ public function setSplit($split) { $this->split = $split; return $this; } /** * @return string */ public function getSerialNumber(): string { return $this->serialNumber; } /** * @param string $serialNumber * @return StoreGroupOrderEntity */ public function setSerialNumber(string $serialNumber): StoreGroupOrderEntity { $this->serialNumber = $serialNumber; return $this; } /** * @return int */ public function getTestOrder(): int { return $this->testOrder; } /** * @param int $testOrder * @return StoreGroupOrderEntity */ public function setTestOrder(int $testOrder): StoreGroupOrderEntity { $this->testOrder = $testOrder; return $this; } /** * @return string */ public function getHfPayId(): string { return $this->hfPayId; } /** * @param string $hfPayId * @return StoreGroupOrderEntity */ public function setHfPayId(string $hfPayId): StoreGroupOrderEntity { $this->hfPayId = $hfPayId; return $this; } /** * @return mixed */ public function getPayWx() { return $this->payWx; } /** * @param mixed $payWx * @return StoreGroupOrderEntity */ public function setPayWx($payWx): StoreGroupOrderEntity { $this->payWx = $payWx; return $this; } /** * @return string */ public function getFzonePaytype(): string { return $this->fzonePaytype; } /** * @param mixed $fzonePaytype * @return StoreGroupOrderEntity */ public function setFzonePaytype($fzonePaytype): StoreGroupOrderEntity { if (!is_string($fzonePaytype)) { $fzonePaytypePre = $fzonePaytype; $fzonePaytype = ''; if (is_array($fzonePaytypePre)) { $fzonePaytype = json_encode($fzonePaytypePre); } unset($fzonePaytypePre); } $this->fzonePaytype = $fzonePaytype; return $this; } }