TASK: sketchBoard上传;工作空间列表;

This commit is contained in:
shahaibo
2023-11-22 15:18:58 +08:00
parent 8ff91be0f0
commit 9e3c29bd47
12 changed files with 177 additions and 7 deletions

View File

@@ -78,6 +78,9 @@ public interface LibraryService extends IService<Library> {
String processMannequins(String uploadPath);
void processSketchBoards(String filePath, String category);
Boolean checkMd5(String level1Type, String level2Type, String sex, String md5);
void batchDeleteLibrary(LibraryDeleteDTO deleteDTO);