server/service/src/main/java/com/doumee/service/business/CategoryService.java
@@ -85,6 +85,8 @@ */ List<Category> findList(Category category); List<Category> findListSaaS(Category category); List<Category> companyFindList(Category category); /** * 查询类别 @@ -108,4 +110,14 @@ * @return long */ long count(Category category); List<Category> findTree(Category category); List<Category> findChildren(Integer parentId); Integer createSubCategory(Category category); void updateSubCategory(Category category); void deleteSubCategory(Integer id); }