mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-14 20:41:38 +08:00
关联文件仅可关联系统中未设置SHA1,或SHA1值相同的文件记录
This commit is contained in:
@@ -23,7 +23,14 @@ public interface FileService {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
List<FileModel> list(String token) throws InvocationTargetException, IllegalAccessException, BusinessException;
|
||||
List<FileModel> list();
|
||||
|
||||
/**
|
||||
* 列出所有SHA1匹配或者未设置SHA1的文件
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
List<FileModel> selectBySha1WithNullValue(String token) throws InvocationTargetException, IllegalAccessException, BusinessException;
|
||||
|
||||
/**
|
||||
* 添加文件信息
|
||||
|
Reference in New Issue
Block a user