mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
数据库 file_info, file_object_info 大调整;删除ScheduleTask代码及数据库
This commit is contained in:
@@ -87,4 +87,13 @@ public interface FileDOMapper {
|
||||
* @return
|
||||
*/
|
||||
int getLastInsertId();
|
||||
|
||||
/**
|
||||
* 更新文件的SHA1值
|
||||
*
|
||||
* @param id 文件Id
|
||||
* @param fileSha1 文件的SHA1值
|
||||
* @return
|
||||
*/
|
||||
int updateFileSha1(Integer id, String fileSha1);
|
||||
}
|
Reference in New Issue
Block a user