wangxinhui
2026-01-19 3148a5c11b47ccbda05b8cf4b7fc445318eb13f5
项目代码/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);
    }
}