1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

后端获取文件列表 Api 完成

This commit is contained in:
2022-04-10 16:09:35 +08:00
parent 8cfdf78eaf
commit dc1e8ee810
11 changed files with 205 additions and 171 deletions

View File

@@ -52,4 +52,11 @@ public interface FileDOMapper {
* @mbg.generated
*/
int updateByPrimaryKey(FileDO record);
/**
* 查询系统中的所有文件
*
* @return
*/
FileDO[] selectAll();
}