添加图片上传功能及优化删除提示

This commit is contained in:
2024-12-20 14:39:01 +08:00
parent 0342da62d6
commit 8b7860e3ef
10 changed files with 29 additions and 9 deletions
+1
View File
@@ -37,6 +37,7 @@ export interface BannerForm extends BaseEntity {
id?: string | number;
city: string | number;
province: string | number;
imgUrlList: string[];
/**
* banner名称
*/