mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-19 00:10:39 +08:00
完成文件对象管理刷新状态功能
This commit is contained in:
@@ -72,4 +72,14 @@ public interface FileObjectService {
|
||||
* @return
|
||||
*/
|
||||
FileObjectModel getFileObjectByFilePath(String filePath) throws InvocationTargetException, IllegalAccessException;
|
||||
|
||||
/**
|
||||
* 通过 Id 获取文件对象
|
||||
*
|
||||
* @param fileObjectId 文件对象 Id
|
||||
* @return
|
||||
* @throws InvocationTargetException
|
||||
* @throws IllegalAccessException
|
||||
*/
|
||||
FileObjectModel getFileObjectById(Integer fileObjectId) throws InvocationTargetException, IllegalAccessException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user