mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
查询所有分类后端完成
This commit is contained in:
@@ -62,4 +62,6 @@ public interface CategoryDOMapper {
|
||||
int updateByPrimaryKey(CategoryDO record);
|
||||
|
||||
CategoryDO[] selectChildrenByCategoryId(Integer id);
|
||||
|
||||
CategoryDO[] selectAll();
|
||||
}
|
Reference in New Issue
Block a user