商户订单
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export default interface IOrderRefund {
|
||||
id?: number;
|
||||
refund_no?: string;
|
||||
order_id?: number;
|
||||
order_item_id?: number;
|
||||
user_id?: number;
|
||||
merchant_id?: number;
|
||||
amount?: number;
|
||||
reason?: string;
|
||||
images?: string;
|
||||
status?: number;
|
||||
reply?: string;
|
||||
processed_at?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user