新增:批量导入商品功能
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { PageParam } from '@/api';
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
export interface ThinkWechatDeposit {
|
||||
//
|
||||
//
|
||||
id?: number;
|
||||
// 订单id
|
||||
oid?: number;
|
||||
@@ -14,7 +14,7 @@ export interface ThinkWechatDeposit {
|
||||
orderNum?: string;
|
||||
// 付款订单号
|
||||
wechatOrder?: string;
|
||||
// 退款订单号
|
||||
// 退款订单号
|
||||
wechatReturn?: string;
|
||||
// 场馆名称
|
||||
siteName?: string;
|
||||
@@ -28,7 +28,7 @@ export interface ThinkWechatDeposit {
|
||||
price?: string;
|
||||
// 押金状态,1已付款,2未付款,已退押金
|
||||
status?: string;
|
||||
//
|
||||
//
|
||||
createTime?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user