MrShi
2025-08-19 f2ac76666299407545fb733f0d21f6e8cfe538a3
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 );
}