mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-14 20:41:38 +08:00
删除书籍前取消书籍与文件的关联
This commit is contained in:
@@ -43,6 +43,13 @@ public interface FileService {
|
||||
*/
|
||||
Boolean addFile(FileModel fileModel) throws InvocationTargetException, IllegalAccessException;
|
||||
|
||||
/**
|
||||
* 取消文件和书籍的关联
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
Integer unbindBook(Integer bookId);
|
||||
|
||||
/**
|
||||
* 获取上一步添加的文件Id
|
||||
*
|
||||
|
Reference in New Issue
Block a user