k94314517
2025-04-24 17f3ed801cb43325650bd77a84f306cfa661d562
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 );
}