新增:批量导入商品功能

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

@@ -4,7 +4,7 @@ import type { PageParam } from '@/api';
* 诊所列表
*/
export interface ClinicList {
//
//
id?: number;
// 名称
name?: string;
@@ -38,9 +38,9 @@ export interface ClinicList {
updateTime?: string;
// 创建时间
createTime?: string;
//
//
lat?: string;
//
//
lng?: string;
}