aaa
doum
2026-06-08 cf2da3b2a63840888815c6a81cbd7948faf93533
server/service/src/main/java/com/doumee/service/business/CategoryService.java
@@ -110,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);
}