jiangping
2025-04-15 6d30a1ef0014acd773f23e0a7dc968d6608f4666
server/src/main/java/com/doumee/service/business/CategoryService.java
@@ -102,9 +102,9 @@
     * @param categoryType
     * @return
     */
    List<CategoryVO>  getCategoryVOTree(Integer categoryType);
    List<CategoryVO>  getCategoryVOTree(String categoryType,Integer categoryId);
    List<CategoryVO>  getCategoryVOList(Integer categoryType);
    List<CategoryVO>  getCategoryVOList(Integer categoryType,Integer isRoot);
    List<Category> treeList(Category param );
}