MrShi
2025-07-19 5790b0ab01d5afc174c56461d69a595b4635c1fa
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);
}