278 lines
6.1 KiB
PHP
278 lines
6.1 KiB
PHP
<?php
|
|
namespace App\Bean\Model\Api\Order;
|
|
|
|
use App\Bean\Model\Base\BaseBean;
|
|
|
|
class CustomerUserPostOrderDisputeBean extends BaseBean
|
|
{
|
|
public $id;
|
|
public $post_order_id;
|
|
public $status;
|
|
public $chat_group_id;
|
|
public $seller_submit_datetime;
|
|
public $buyer_submit_datetime;
|
|
public $result_status;
|
|
public $buyer_uid;
|
|
public $buyer_pay_dispute_status;
|
|
public $buyer_pay_amount;
|
|
public $buyer_pay_transaction_id;
|
|
public $buyer_dispute_fee_pay_status;
|
|
public $buyer_dispute_fee_amount;
|
|
public $buyer_dispute_fee_pay_transaction_id;
|
|
public $seller_pay_dispute_status;
|
|
public $seller_uid;
|
|
public $seller_pay_amount;
|
|
public $seller_pay_transaction_id;
|
|
public $seller_desc_key;
|
|
public $seller_desc;
|
|
public $admin_remark;
|
|
public $admin_uid;
|
|
public $created_at;
|
|
public $updated_at;
|
|
|
|
public function getBuyerUid()
|
|
{
|
|
return $this->buyer_uid;
|
|
}
|
|
|
|
public function setBuyerUid($buyer_uid): void
|
|
{
|
|
$this->buyer_uid = $buyer_uid;
|
|
}
|
|
|
|
public function getSellerUid()
|
|
{
|
|
return $this->seller_uid;
|
|
}
|
|
|
|
public function setSellerUid($seller_uid): void
|
|
{
|
|
$this->seller_uid = $seller_uid;
|
|
}
|
|
|
|
public function getBuyerDisputeFeePayStatus()
|
|
{
|
|
return $this->buyer_dispute_fee_pay_status;
|
|
}
|
|
|
|
public function setBuyerDisputeFeePayStatus($buyer_dispute_fee_pay_status): void
|
|
{
|
|
$this->buyer_dispute_fee_pay_status = $buyer_dispute_fee_pay_status;
|
|
}
|
|
|
|
|
|
public function getId()
|
|
{
|
|
return $this->id;
|
|
}
|
|
|
|
public function setId($id): void
|
|
{
|
|
$this->id = $id;
|
|
}
|
|
|
|
public function getPostOrderId()
|
|
{
|
|
return $this->post_order_id;
|
|
}
|
|
|
|
public function setPostOrderId($post_order_id): void
|
|
{
|
|
$this->post_order_id = $post_order_id;
|
|
}
|
|
|
|
public function getStatus()
|
|
{
|
|
return $this->status;
|
|
}
|
|
|
|
public function setStatus($status): void
|
|
{
|
|
$this->status = $status;
|
|
}
|
|
|
|
public function getChatGroupId()
|
|
{
|
|
return $this->chat_group_id;
|
|
}
|
|
|
|
public function setChatGroupId($chat_group_id): void
|
|
{
|
|
$this->chat_group_id = $chat_group_id;
|
|
}
|
|
|
|
public function getSellerSubmitDatetime()
|
|
{
|
|
return $this->seller_submit_datetime;
|
|
}
|
|
|
|
public function setSellerSubmitDatetime($seller_submit_datetime): void
|
|
{
|
|
$this->seller_submit_datetime = $seller_submit_datetime;
|
|
}
|
|
|
|
public function getBuyerSubmitDatetime()
|
|
{
|
|
return $this->buyer_submit_datetime;
|
|
}
|
|
|
|
public function setBuyerSubmitDatetime($buyer_submit_datetime): void
|
|
{
|
|
$this->buyer_submit_datetime = $buyer_submit_datetime;
|
|
}
|
|
|
|
public function getResultStatus()
|
|
{
|
|
return $this->result_status;
|
|
}
|
|
|
|
public function setResultStatus($result_status): void
|
|
{
|
|
$this->result_status = $result_status;
|
|
}
|
|
|
|
public function getBuyerPayDisputeStatus()
|
|
{
|
|
return $this->buyer_pay_dispute_status;
|
|
}
|
|
|
|
public function setBuyerPayDisputeStatus($buyer_pay_dispute_status): void
|
|
{
|
|
$this->buyer_pay_dispute_status = $buyer_pay_dispute_status;
|
|
}
|
|
|
|
public function getBuyerPayAmount()
|
|
{
|
|
return $this->buyer_pay_amount;
|
|
}
|
|
|
|
public function setBuyerPayAmount($buyer_pay_amount): void
|
|
{
|
|
$this->buyer_pay_amount = $buyer_pay_amount;
|
|
}
|
|
|
|
public function getBuyerPayTransactionId()
|
|
{
|
|
return $this->buyer_pay_transaction_id;
|
|
}
|
|
|
|
public function setBuyerPayTransactionId($buyer_pay_transaction_id): void
|
|
{
|
|
$this->buyer_pay_transaction_id = $buyer_pay_transaction_id;
|
|
}
|
|
|
|
public function getBuyerDisputeFeeAmount()
|
|
{
|
|
return $this->buyer_dispute_fee_amount;
|
|
}
|
|
|
|
public function setBuyerDisputeFeeAmount($buyer_dispute_fee_amount): void
|
|
{
|
|
$this->buyer_dispute_fee_amount = $buyer_dispute_fee_amount;
|
|
}
|
|
|
|
public function getBuyerDisputeFeePayTransactionId()
|
|
{
|
|
return $this->buyer_dispute_fee_pay_transaction_id;
|
|
}
|
|
|
|
public function setBuyerDisputeFeePayTransactionId($buyer_dispute_fee_pay_transaction_id): void
|
|
{
|
|
$this->buyer_dispute_fee_pay_transaction_id = $buyer_dispute_fee_pay_transaction_id;
|
|
}
|
|
|
|
public function getSellerPayDisputeStatus()
|
|
{
|
|
return $this->seller_pay_dispute_status;
|
|
}
|
|
|
|
public function setSellerPayDisputeStatus($seller_pay_dispute_status): void
|
|
{
|
|
$this->seller_pay_dispute_status = $seller_pay_dispute_status;
|
|
}
|
|
|
|
public function getSellerPayAmount()
|
|
{
|
|
return $this->seller_pay_amount;
|
|
}
|
|
|
|
public function setSellerPayAmount($seller_pay_amount): void
|
|
{
|
|
$this->seller_pay_amount = $seller_pay_amount;
|
|
}
|
|
|
|
public function getSellerPayTransactionId()
|
|
{
|
|
return $this->seller_pay_transaction_id;
|
|
}
|
|
|
|
public function setSellerPayTransactionId($seller_pay_transaction_id): void
|
|
{
|
|
$this->seller_pay_transaction_id = $seller_pay_transaction_id;
|
|
}
|
|
|
|
public function getSellerDescKey()
|
|
{
|
|
return $this->seller_desc_key;
|
|
}
|
|
|
|
public function setSellerDescKey($seller_desc_key): void
|
|
{
|
|
$this->seller_desc_key = $seller_desc_key;
|
|
}
|
|
|
|
public function getSellerDesc()
|
|
{
|
|
return $this->seller_desc;
|
|
}
|
|
|
|
public function setSellerDesc($seller_desc): void
|
|
{
|
|
$this->seller_desc = $seller_desc;
|
|
}
|
|
|
|
public function getAdminRemark()
|
|
{
|
|
return $this->admin_remark;
|
|
}
|
|
|
|
public function setAdminRemark($admin_remark): void
|
|
{
|
|
$this->admin_remark = $admin_remark;
|
|
}
|
|
|
|
public function getAdminUid()
|
|
{
|
|
return $this->admin_uid;
|
|
}
|
|
|
|
public function setAdminUid($admin_uid): void
|
|
{
|
|
$this->admin_uid = $admin_uid;
|
|
}
|
|
|
|
public function getCreatedAt()
|
|
{
|
|
return $this->created_at;
|
|
}
|
|
|
|
public function setCreatedAt($created_at): void
|
|
{
|
|
$this->created_at = $created_at;
|
|
}
|
|
|
|
public function getUpdatedAt()
|
|
{
|
|
return $this->updated_at;
|
|
}
|
|
|
|
public function setUpdatedAt($updated_at): void
|
|
{
|
|
$this->updated_at = $updated_at;
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|