分类图片上传和用户等级图片上传
This commit is contained in:
@@ -5,7 +5,8 @@ export default interface ICustomerLevel {
|
||||
name?: string;
|
||||
sort?: number;
|
||||
status?: number;
|
||||
remark?: string;
|
||||
icon?: number;
|
||||
icon_url?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,8 @@ export default interface IProductCategory {
|
||||
name?: string;
|
||||
sort?: number;
|
||||
status?: number;
|
||||
icon?: number;
|
||||
icon_url?: string;
|
||||
children?: IProductCategory[];
|
||||
created_at?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user