gongchunyi
10 小时以前 ec7d3b867e7b7f5073dda1684a8720424b9da5ad
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;
/**
@@ -13,4 +14,8 @@
 * @since 2026/03/11 16:35
 */
public interface ProductMaterialMapper extends BaseMapper<ProductMaterial> {
    ProductMaterialSkuDto selectProductByModelId(Long productModelId);
    ProductMaterialSkuDto selectProductByProductMainId(Long productOrderId);
}