buhuazhen
6 天以前 c449e0d7e5e537cd8dfb5928572db31d0310bc0e
src/main/java/com/ruoyi/production/service/ProductionOrderService.java
@@ -32,5 +32,7 @@
    List<ProductionOrderPickVo> pick(Long productionOrderId);
    ProductionOrderWorkOrderDetailVo getWorkOrderReportInspectDetail(Long productionOrderId);
    ProductionOrderWorkOrderDetailVo getWorkOrderReportInspectDetail(ProductionOrderDto productionOrderDto);
    int updateOrder(ProductionOrderDto productionOrderDto);
}