新增:批量导入商品功能

This commit is contained in:
2025-12-30 17:18:20 +08:00
parent a6cd0c3d52
commit f4e6705f3f
791 changed files with 24581 additions and 13909 deletions

View File

@@ -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;
}