二楼缓存仓和暂存仓出入库优化

This commit is contained in:
2024-08-08 11:48:51 +08:00
parent 18dac9b6b2
commit 433be346b9
7 changed files with 76 additions and 34 deletions

View File

@@ -23,6 +23,14 @@ namespace Tnb.WarehouseMgr.Interfaces
/// 原材料出库
/// </summary>
SemaphoreSlim s_taskExecuteSemaphore_YCLOutstock { get; }
/// <summary>
/// 暂存仓入库
/// </summary>
SemaphoreSlim s_taskExecuteSemaphore_F2ZCCInstock { get; }
/// <summary>
/// 暂存仓出库
/// </summary>
SemaphoreSlim s_taskExecuteSemaphore_F2ZCCOutstock { get; }
/// <summary>
/// 入库策略