huminmin
7 天以前 0fdd0bf60b7d98d21c9b5ff95bb55f0fa6495007
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/api/category/MdmItemCategoryApi.java
@@ -9,7 +9,7 @@
/**
 * MDM 物料分类 API 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface MdmItemCategoryApi {
@@ -39,4 +39,12 @@
     */
    CommonResult<MdmItemCategoryRespDTO> validateItemCategoryExists(Long id);
    /**
     * 根据物料/产品标识获取分类
     *
     * @param itemOrProduct 物料/产品标识
     * @return 物料分类
     */
    CommonResult<MdmItemCategoryRespDTO> getItemCategoryByItemOrProduct(String itemOrProduct);
}