MrShi
2025-04-17 6a787b9af792e04ae40625ed44c362fa0c9a3f4e
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 );
}