订单、纠纷
This commit is contained in:
@ -20,12 +20,23 @@ class CustomerWalletBalanceTransactionBean extends BaseBean
|
||||
protected $remark;
|
||||
protected $target_uid;
|
||||
protected $target_post_order_id;
|
||||
protected $target_post_order_dispute_id;
|
||||
protected $sign;
|
||||
protected $callback_time;
|
||||
protected $delay_payment_time;
|
||||
protected $created_at;
|
||||
protected $updated_at;
|
||||
|
||||
public function getTargetPostOrderDisputeId()
|
||||
{
|
||||
return $this->target_post_order_dispute_id;
|
||||
}
|
||||
|
||||
public function setTargetPostOrderDisputeId($target_post_order_dispute_id): void
|
||||
{
|
||||
$this->target_post_order_dispute_id = $target_post_order_dispute_id;
|
||||
}
|
||||
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
|
||||
Reference in New Issue
Block a user