mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
后端获取文件列表 Api 完成
This commit is contained in:
@@ -52,4 +52,11 @@ public interface FileDOMapper {
|
||||
* @mbg.generated
|
||||
*/
|
||||
int updateByPrimaryKey(FileDO record);
|
||||
|
||||
/**
|
||||
* 查询系统中的所有文件
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
FileDO[] selectAll();
|
||||
}
|
Reference in New Issue
Block a user