BUGFIX: 模特删除校验;

TASK: 多语言;
This commit is contained in:
shahaibo
2023-11-07 11:32:03 +08:00
parent bb1c56182e
commit 008d0d626e
7 changed files with 93 additions and 14 deletions

View File

@@ -79,4 +79,6 @@ public interface LibraryService extends IService<Library> {
String processMannequins(String uploadPath);
Boolean checkMd5(String level1Type, String level2Type, String sex, String md5);
void batchDeleteLibrary(LibraryDeleteDTO deleteDTO);
}