jiangping
2025-04-17 6fd54e9bfb42e8b75758d7cb061b7bbd5c1aa4f7
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 );
}