yuan
2 天以前 69ca7e01bc6ccf98049530c8b6de862293c00f48
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);
}