zss
12 小时以前 3bdaa5708b94e64f813f70ede8ba0bbd1a3179ec
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);
}