k94314517
2025-04-18 478b26d76795e44d3745a2afa08a247c7d529212
server/src/main/java/com/doumee/service/business/CategoryService.java
@@ -106,5 +106,7 @@
    List<CategoryVO>  getCategoryVOList(Integer categoryType,Integer isRoot);
    List<CategoryVO>  getCategoryVOForGCXTree(Integer categoryId);
    List<Category> treeList(Category param );
}