hsy
2 天以前 3fce1468a7d6686d0c60a382e4cfc768145e8b55
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/service/category/MdmItemCategoryService.java
@@ -15,7 +15,7 @@
/**
 * MDM 物料分类 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface MdmItemCategoryService {
@@ -106,4 +106,12 @@
     */
    List<MdmItemCategoryDO> getSimpleItemList();
    /**
     * 根据物料/产品标识获取分类
     *
     * @param itemOrProduct 物料/产品标识
     * @return 物料分类
     */
    MdmItemCategoryDO getItemCategoryByItemOrProduct(String itemOrProduct);
}