wangxinhui
2025-01-08 a23f4d86c588a3fa0bc23e5252bc1ddd1f5a1787
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderService.cs
@@ -18,6 +18,6 @@
        IOutboundOrderRepository Repository { get; }
        WebResponseContent ReceiveOutOrder(ErpOutOrderDTO model);
        WebResponseContent TestOutUpload(int id);
        WebResponseContent TestOutUpload(int id,List<Dt_OutStockLockInfo>? outStockLockInfos=null);
    }
}