mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-11 02:05:15 +08:00
删除文件对象功能完成;其他小调整
This commit is contained in:
@@ -93,4 +93,13 @@ public interface FileObjectService {
|
||||
* @throws BusinessException
|
||||
*/
|
||||
List<FileObjectModel> getFileObjectListByFileId(Integer fileId) throws InvocationTargetException, IllegalAccessException, BusinessException;
|
||||
|
||||
/**
|
||||
* 删除文件对象
|
||||
*
|
||||
* @param fileObjectId
|
||||
* @return
|
||||
* @throws BusinessException
|
||||
*/
|
||||
Integer deleteFileObject(Integer fileObjectId) throws BusinessException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user