新增:批量导入商品功能

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 ThinkCarousel {
//
//
id?: number;
// 轮播图标题
title?: string;
@@ -20,9 +20,9 @@ export interface ThinkCarousel {
status?: string;
// 类型1资讯2商城3小程序
type?: string;
//
//
createTime?: number;
//
//
updateTime?: number;
}