1
liulijun
2026-01-06 114c252dcc51fea8b725bcd375cabb1e8d23a90e
项目代码/WMS/WMSServices/WIDESEA_IOutboundService/IOutStockLockInfoService.cs
@@ -32,6 +32,10 @@
        /// <summary>
        /// 鐢熸垚鍑哄簱璇︽儏
        /// </summary>
        Dt_OutStockLockInfo GetOutStockLockInfo(Dt_OutMESOrder ouMESOrder, Dt_ProStockInfo outStock, decimal assignQuantity, int? taskNum = null);
        /// <summary>
        /// 鐢熸垚鍑哄簱璇︽儏
        /// </summary>
        public Dt_OutStockLockInfo GetOutStockLockInfo(Dt_OutSGOrder outBSTOrder, Dt_OutSGOrderDetail outSGOrderDetail, Dt_StockInfo outStock, decimal assignQuantity, int? taskNum = null);
    }
}