zss
13 小时以前 deff787716b00b4f491de429ba092915d7fa1a9e
src/main/java/com/ruoyi/production/service/ProductMaterialService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.production.dto.ProductMaterialGroupDto;
import com.ruoyi.production.dto.ProductMaterialSkuDto;
import com.ruoyi.production.pojo.ProductMaterial;
import java.util.List;
@@ -31,6 +32,7 @@
    List<ProductMaterialGroupDto> productMaterialListByQuery(String materialName, Integer materialTypeId);
    String selectProductModelIdByName(Long productId);
    ProductMaterialSkuDto selectProductByModelId(Long productModelId);
    ProductMaterialSkuDto selectProductByProductMainId(Long productOrderId);
}