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