TASK: 拼贴功能保存用户上传的图片并返回

This commit is contained in:
2025-07-15 18:11:12 +08:00
parent 64318de24a
commit 301f58bc62
6 changed files with 54 additions and 4 deletions

View File

@@ -141,4 +141,5 @@ public interface CollectionElementService extends IService<CollectionElement> {
List<CollectionElementVO> selectedImageSeg(List<MultipartFile> files, Long id, String type, String sourceType);
void updateElementLevel2Type(Long elementId, String level2Type);
}