| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- <?php
- namespace app\entity\data\store;
- use app\entity\data\DataEntity;
- class StoreGroupOrderEntity extends DataEntity
- {
- public $groupOrderId = null; // 订单组id
- public $groupOrderSn = null; // 订单号
- public $uid = null; // 用户id
- public $totalPostage = null; // 邮费
- public $totalPrice = null; // 订单总额
- public $totalNum = null; // 商品数
- public $couponPrice = null; // 优惠金额
- public $realName = null; // 联系人
- public $userPhone = null; // 联系电话
- public $userAddress = null; // 收货地址
- public $payPrice = null; // 支付金额
- public $payPostage = null; // 支付邮费
- public $cost = null; // 成本价
- public $giveCouponIds = null; // 赠送优惠券
- public $paid = null; // 是否支付
- public $payTime = null; // 支付时间
- public $payType = null; // 支付方式
- public $createTime = null; // 创建时间
- public $isRemind = null; // 是否提醒
- public $isDel = null; // 是否删除
- public $rand = null; // 订单号随机数
- public $split = null; // 分账状态
- // public $serialNumber = null; // 首信易交易流水号
- public $testOrder = null; // 测试订单
- public $hfPayId = null; // 汇付订单id
- public $payWx = null; // 微信支付渠道后台设置
- public $fzonePaytype = null;
- /**
- * @return mixed
- */
- public function getGroupOrderId()
- {
- return $this->groupOrderId;
- }
- /**
- * @param mixed $groupOrderId
- * @return StoreGroupOrderEntity
- */
- public function setGroupOrderId($groupOrderId): StoreGroupOrderEntity
- {
- $this->groupOrderId = $groupOrderId;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getGroupOrderSn()
- {
- return $this->groupOrderSn;
- }
- /**
- * @param mixed $groupOrderSn
- * @return StoreGroupOrderEntity
- */
- public function setGroupOrderSn($groupOrderSn): StoreGroupOrderEntity
- {
- $this->groupOrderSn = $groupOrderSn;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getUid()
- {
- return $this->uid;
- }
- /**
- * @param mixed $uid
- * @return StoreGroupOrderEntity
- */
- public function setUid($uid): StoreGroupOrderEntity
- {
- $this->uid = $uid;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getTotalPostage()
- {
- return $this->totalPostage;
- }
- /**
- * @param mixed $totalPostage
- * @return StoreGroupOrderEntity
- */
- public function setTotalPostage($totalPostage): StoreGroupOrderEntity
- {
- $this->totalPostage = $totalPostage;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getTotalPrice()
- {
- return $this->totalPrice;
- }
- /**
- * @param mixed $totalPrice
- * @return StoreGroupOrderEntity
- */
- public function setTotalPrice($totalPrice): StoreGroupOrderEntity
- {
- $this->totalPrice = $totalPrice;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getTotalNum()
- {
- return $this->totalNum;
- }
- /**
- * @param mixed $totalNum
- * @return StoreGroupOrderEntity
- */
- public function setTotalNum($totalNum): StoreGroupOrderEntity
- {
- $this->totalNum = $totalNum;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getCouponPrice()
- {
- return $this->couponPrice;
- }
- /**
- * @param mixed $couponPrice
- * @return StoreGroupOrderEntity
- */
- public function setCouponPrice($couponPrice): StoreGroupOrderEntity
- {
- $this->couponPrice = $couponPrice;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getRealName()
- {
- return $this->realName;
- }
- /**
- * @param mixed $realName
- * @return StoreGroupOrderEntity
- */
- public function setRealName($realName): StoreGroupOrderEntity
- {
- $this->realName = $realName;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getUserPhone()
- {
- return $this->userPhone;
- }
- /**
- * @param mixed $userPhone
- * @return StoreGroupOrderEntity
- */
- public function setUserPhone($userPhone): StoreGroupOrderEntity
- {
- $this->userPhone = $userPhone;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getUserAddress()
- {
- return $this->userAddress;
- }
- /**
- * @param mixed $userAddress
- * @return StoreGroupOrderEntity
- */
- public function setUserAddress($userAddress): StoreGroupOrderEntity
- {
- $this->userAddress = $userAddress;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getPayPrice()
- {
- return $this->payPrice;
- }
- /**
- * @param mixed $payPrice
- * @return StoreGroupOrderEntity
- */
- public function setPayPrice($payPrice): StoreGroupOrderEntity
- {
- $this->payPrice = $payPrice;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getPayPostage()
- {
- return $this->payPostage;
- }
- /**
- * @param mixed $payPostage
- * @return StoreGroupOrderEntity
- */
- public function setPayPostage($payPostage): StoreGroupOrderEntity
- {
- $this->payPostage = $payPostage;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getCost()
- {
- return $this->cost;
- }
- /**
- * @param mixed $cost
- * @return StoreGroupOrderEntity
- */
- public function setCost($cost): StoreGroupOrderEntity
- {
- $this->cost = $cost;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getGiveCouponIds()
- {
- return $this->giveCouponIds;
- }
- /**
- * @param mixed $giveCouponIds
- * @return StoreGroupOrderEntity
- */
- public function setGiveCouponIds($giveCouponIds): StoreGroupOrderEntity
- {
- $this->giveCouponIds = $giveCouponIds;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getPaid()
- {
- return $this->paid;
- }
- /**
- * @param mixed $paid
- * @return StoreGroupOrderEntity
- */
- public function setPaid($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 mixed
- */
- public function getPayType()
- {
- return $this->payType;
- }
- /**
- * @param mixed $payType
- * @return StoreGroupOrderEntity
- */
- public function setPayType($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 mixed
- */
- public function getIsRemind()
- {
- return $this->isRemind;
- }
- /**
- * @param mixed $isRemind
- * @return StoreGroupOrderEntity
- */
- public function setIsRemind($isRemind): StoreGroupOrderEntity
- {
- $this->isRemind = $isRemind;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getIsDel()
- {
- return $this->isDel;
- }
- /**
- * @param mixed $isDel
- * @return StoreGroupOrderEntity
- */
- public function setIsDel($isDel): StoreGroupOrderEntity
- {
- $this->isDel = $isDel;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getRand()
- {
- return $this->rand;
- }
- /**
- * @param mixed $rand
- * @return StoreGroupOrderEntity
- */
- public function setRand($rand): StoreGroupOrderEntity
- {
- $this->rand = $rand;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getSplit()
- {
- return $this->split;
- }
- /**
- * @param mixed $split
- * @return StoreGroupOrderEntity
- */
- public function setSplit($split): StoreGroupOrderEntity
- {
- $this->split = $split;
- return $this;
- }
- // /**
- // * @return mixed
- // */
- // public function getSerialNumber()
- // {
- // return $this->serialNumber;
- // }
- //
- // /**
- // * @param mixed $serialNumber
- // * @return StoreGroupOrderEntity
- // */
- // public function setSerialNumber($serialNumber): StoreGroupOrderEntity
- // {
- // $this->serialNumber = $serialNumber;
- // return $this;
- // }
- /**
- * @return mixed
- */
- public function getTestOrder()
- {
- return $this->testOrder;
- }
- /**
- * @param mixed $testOrder
- * @return StoreGroupOrderEntity
- */
- public function setTestOrder($testOrder): StoreGroupOrderEntity
- {
- $this->testOrder = $testOrder;
- return $this;
- }
- /**
- * @return mixed
- */
- public function getHfPayId()
- {
- return $this->hfPayId;
- }
- /**
- * @param mixed $hfPayId
- * @return StoreGroupOrderEntity
- */
- public function setHfPayId($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 mixed
- */
- public function getFzonePaytype()
- {
- 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;
- }
- }
|