|
|
@@ -28,7 +28,7 @@ class StoreGroupOrderEntity extends DataEntity
|
|
28
|
28
|
public $isDel = null; // 是否删除
|
|
29
|
29
|
public $rand = null; // 订单号随机数
|
|
30
|
30
|
public $split = null; // 分账状态
|
|
31
|
|
- public $serialNumber = null; // 首信易交易流水号
|
|
|
31
|
+ // public $serialNumber = null; // 首信易交易流水号
|
|
32
|
32
|
public $testOrder = null; // 测试订单
|
|
33
|
33
|
public $hfPayId = null; // 汇付订单id
|
|
34
|
34
|
public $payWx = null; // 微信支付渠道后台设置
|
|
|
@@ -430,23 +430,23 @@ class StoreGroupOrderEntity extends DataEntity
|
|
430
|
430
|
return $this;
|
|
431
|
431
|
}
|
|
432
|
432
|
|
|
433
|
|
- /**
|
|
434
|
|
- * @return mixed
|
|
435
|
|
- */
|
|
436
|
|
- public function getSerialNumber()
|
|
437
|
|
- {
|
|
438
|
|
- return $this->serialNumber;
|
|
439
|
|
- }
|
|
440
|
|
-
|
|
441
|
|
- /**
|
|
442
|
|
- * @param mixed $serialNumber
|
|
443
|
|
- * @return StoreGroupOrderEntity
|
|
444
|
|
- */
|
|
445
|
|
- public function setSerialNumber($serialNumber): StoreGroupOrderEntity
|
|
446
|
|
- {
|
|
447
|
|
- $this->serialNumber = $serialNumber;
|
|
448
|
|
- return $this;
|
|
449
|
|
- }
|
|
|
433
|
+ // /**
|
|
|
434
|
+ // * @return mixed
|
|
|
435
|
+ // */
|
|
|
436
|
+ // public function getSerialNumber()
|
|
|
437
|
+ // {
|
|
|
438
|
+ // return $this->serialNumber;
|
|
|
439
|
+ // }
|
|
|
440
|
+ //
|
|
|
441
|
+ // /**
|
|
|
442
|
+ // * @param mixed $serialNumber
|
|
|
443
|
+ // * @return StoreGroupOrderEntity
|
|
|
444
|
+ // */
|
|
|
445
|
+ // public function setSerialNumber($serialNumber): StoreGroupOrderEntity
|
|
|
446
|
+ // {
|
|
|
447
|
+ // $this->serialNumber = $serialNumber;
|
|
|
448
|
+ // return $this;
|
|
|
449
|
+ // }
|
|
450
|
450
|
|
|
451
|
451
|
/**
|
|
452
|
452
|
* @return mixed
|