新增:批量导入商品功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user