wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
项目代码/WMS/WMSServices/WIDESEA_IOutboundService/IOutStockLockInfoService.cs
@@ -28,6 +28,10 @@
        /// <summary>
        /// 鐢熸垚鍑哄簱璇︽儏
        /// </summary>
        Dt_OutStockLockInfo GetOutStockLockInfo(Dt_OutMESOrder ouMESOrder, Dt_StockInfo 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);
    }
}