分类图片上传和用户等级图片上传

This commit is contained in:
liu
2026-08-05 13:32:50 +08:00
parent b296ea9bb5
commit 38338a8833
16 changed files with 218 additions and 52 deletions
+2 -1
View File
@@ -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;
}