gongchunyi
昨天 2d94ddd240fca69ebbc4b0570abb30c803db7754
src/main/java/com/ruoyi/production/service/ProductMaterialService.java
@@ -21,11 +21,13 @@
    void syncProductMaterialJob();
    List<ProductMaterialGroupDto> ProductMaterialList(String materialName);
    List<ProductMaterialGroupDto> ProductMaterialList(Integer type);
    void addProductMaterial(ProductMaterial productMaterial);
    void updateProductMaterial(ProductMaterial productMaterial);
    void deleteProductMaterial(List<Long> ids);
    List<ProductMaterialGroupDto> productMaterialListByQuery(String materialName, Integer materialTypeId);
}