BUGFIX: 回显;

This commit is contained in:
shahaibo
2023-12-04 14:04:36 +08:00
parent a7893d07bb
commit be6795b42a
6 changed files with 38 additions and 4 deletions

View File

@@ -46,6 +46,8 @@ public interface LibraryService extends IService<Library> {
*/
LibraryUpdateVo upload(LibraryUploadDTO libraryUploadDTO);
void checkModel(String value, List<Long> modelIds, Integer deleteModelConfirm);
/**
* 编辑library 文件名
*