doum
2025-08-21 2d0d3bb6a63ad0aee9d5cc003b50c50391b1cc94
server/services/src/main/java/com/doumee/service/business/CategoryService.java
@@ -94,4 +94,7 @@
     * @return long
     */
    long count(Category category);
    List<Category> getCategoryList(Integer type);
}