二楼缓存仓和暂存仓出入库优化
This commit is contained in:
@@ -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>
|
||||
/// 入库策略
|
||||
|
||||
Reference in New Issue
Block a user