liding
12 小时以前 cf984315319d060fa55b1f35cd95403690a30762
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);
}