gongchunyi
7 小时以前 35a8e2f73dd2a959409d07b1bd657580662b6956
src/main/java/com/ruoyi/production/service/ProductMaterialService.java
@@ -21,7 +21,7 @@
    void syncProductMaterialJob();
    List<ProductMaterialGroupDto> ProductMaterialList();
    List<ProductMaterialGroupDto> ProductMaterialList(Integer type);
    void addProductMaterial(ProductMaterial productMaterial);
@@ -30,4 +30,7 @@
    void deleteProductMaterial(List<Long> ids);
    List<ProductMaterialGroupDto> productMaterialListByQuery(String materialName, Integer materialTypeId);
    String selectProductModelIdByName(Long productId);
}