gongchunyi
昨天 dc5cb9eb1d29c9c15f21d373378fd39ec0e1ed49
src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java
@@ -1,6 +1,7 @@
package com.ruoyi.production.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.production.dto.ProductMaterialSkuDto;
import com.ruoyi.production.pojo.ProductMaterial;
/**
@@ -14,6 +15,7 @@
 */
public interface ProductMaterialMapper extends BaseMapper<ProductMaterial> {
    String selectProductModelIdByName(Long productModelId);
    ProductMaterialSkuDto selectProductByModelId(Long productModelId);
    ProductMaterialSkuDto selectProductByProductMainId(Long productOrderId);
}