zss
21 小时以前 171c413e6a3d1e4c24fae4fa54fcb7982a1a822d
src/main/java/com/ruoyi/production/service/ProductionRecordService.java
@@ -18,4 +18,10 @@
    void addProductionRecordService(ProductionRecordDto dto);
    void deleteProductMain(Long productMainId);
    ProductionRecordDto detailProductMain(Long productMainId);
    void editProductMain(ProductionRecordDto dto);
}