商户订单
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export default interface IMerchantWithdrawal {
|
||||
id?: number;
|
||||
withdraw_no?: string;
|
||||
merchant_id?: number;
|
||||
amount?: number;
|
||||
channel?: string;
|
||||
account_info?: string;
|
||||
status?: number;
|
||||
remark?: string;
|
||||
processed_at?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user