zss
15 小时以前 9c685df2670f9536d1adf9dfb1c0e95a7d5f9c53
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);
}