wangxinhui
2026-02-03 b2b779905bc8a71b52d0e14f91652309d9279878
项目代码/WMS/WMSServices/WIDESEA_IOutboundService/IOutStockLockInfoService.cs
@@ -28,6 +28,14 @@
        /// <summary>
        /// 鐢熸垚鍑哄簱璇︽儏
        /// </summary>
        Dt_OutStockLockInfo GetOutStockLockInfo(Dt_OutMESOrder ouMESOrder, Dt_StockInfo outStock, decimal assignQuantity, int? taskNum = null);
        /// <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);
    }
}