doum
2025-07-21 f655afbaae65c67c8a719a88d2d07501515339cd
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);
}