src/main/java/com/ruoyi/production/service/ProductOrderService.java
@@ -29,4 +29,8 @@ int finishOrder(Long orderId); int cleanRecord(Long id, Map<String, Object> cleanRecord); List getByBomId(Long bomId); int drawMaterials(ProductOrderDto productOrderDto); }