外协入库与四楼自动移库逻辑修改、现场问题处理

This commit is contained in:
2024-10-09 18:12:33 +08:00
parent 05714f027d
commit c675ec3e07
16 changed files with 504 additions and 189 deletions

View File

@@ -72,6 +72,16 @@ namespace Tnb.WarehouseMgr
public static SemaphoreSlim _s_taskExecuteSemaphore_F4DMJCInstock = new(1);
public static SemaphoreSlim _s_taskExecuteSemaphore_F4DMJCOutstock = new(1);
/// <summary>
/// 解析库
/// </summary>
public static SemaphoreSlim _s_taskExecuteSemaphore_F4JXKOutstock = new(1);
public static SemaphoreSlim _s_taskExecuteSemaphore_F4JXKInstock = new(1);
/// <summary>
/// 二楼空托区
/// </summary>
public static SemaphoreSlim _s_taskExecuteSemaphore_F2KTQOutstock = new(1);
public static SemaphoreSlim _s_taskExecuteSemaphore_F2KTQInstock = new(1);
/// <summary>
/// 成品仓
/// </summary>
public static SemaphoreSlim _s_taskExecuteSemaphore_F3CPInstock = new(1);