src/main/java/com/ruoyi/production/service/ProductMaterialService.java
@@ -30,4 +30,7 @@ void deleteProductMaterial(List<Long> ids); List<ProductMaterialGroupDto> productMaterialListByQuery(String materialName, Integer materialTypeId); String selectProductModelIdByName(Long productId); }