mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
删除书籍前取消书籍与文件的关联
This commit is contained in:
@@ -74,6 +74,13 @@ public interface FileDOMapper {
|
||||
*/
|
||||
FileDO[] selectAvailableByBookId(Integer bookId);
|
||||
|
||||
/**
|
||||
* 取消文件和书籍的关联
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int unbindBook(Integer bookId);
|
||||
|
||||
/**
|
||||
* 获取上一次插入的主键Id
|
||||
*
|
||||
|
Reference in New Issue
Block a user