liyong
7 天以前 be153de6203cf3c1f3b8bb3a38d8d23baea797fb
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();
}