1
hutongqing
2025-01-12 e880a68169b62dfaad14db7b6cdd4c8e0d3fcb75
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderService.cs
@@ -17,7 +17,9 @@
    {
        IOutboundOrderRepository Repository { get; }
        WebResponseContent GetOutboundOrders(SaveModel saveModel);
        WebResponseContent outpinku(SaveModel saveModel);
        WebResponseContent ReceiveOutOrder(ErpOutOrderDTO model);
        WebResponseContent TestOutUpload(int id,Dt_StockInfo stockInfo=null);
        WebResponseContent TestOutUpload(int id,List<Dt_OutStockLockInfo>? outStockLockInfos=null);
    }
}