yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/service/category/MdmItemCategoryService.java
@@ -99,4 +99,11 @@ */ List<MdmItemCategoryDO> getItemCategoryChildrenList(Long id); /** * 获得启用的分类列表 * * @return 分类列表 */ List<MdmItemCategoryDO> getSimpleItemList(); }