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

查询所有分类后端完成

This commit is contained in:
2022-04-02 20:04:48 +08:00
parent 3320d7a90a
commit 60b76089e0
7 changed files with 89 additions and 43 deletions

View File

@@ -62,4 +62,6 @@ public interface CategoryDOMapper {
int updateByPrimaryKey(CategoryDO record);
CategoryDO[] selectChildrenByCategoryId(Integer id);
CategoryDO[] selectAll();
}