1
heshaofeng
2025-11-11 bc6ac9b50073987b53d0c4fac210633f94e6dd26
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutStockLockInfoService.cs
@@ -19,5 +19,7 @@
        /// </summary>
        IRepository<Dt_OutStockLockInfo> Repository { get; }
        Dt_OutStockLockInfo GetOutStockLockInfo(Dt_OutboundOrder outboundOrder, Dt_OutboundOrderDetail outboundOrderDetail, Dt_StockInfo outStock, decimal assignQuantity, int? taskNum = null);
    }
}