huminmin
2 天以前 228b4fe942f70ee4dbe28ffd451bfd854c648c85
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);
}