分拣任务变更 现场问题处理

This commit is contained in:
2024-10-15 14:30:59 +08:00
parent da3db7aee6
commit ca45839b2a
15 changed files with 262 additions and 35 deletions

View File

@@ -46,6 +46,10 @@ namespace Tnb.WarehouseMgr
public OverideVisualDevFunc OverideFuncs { get; } = new OverideVisualDevFunc();
public static SemaphoreSlim s_elevatorStatusSemaphore = new(1);
/// <summary>
/// 物料签收
/// </summary>
public static SemaphoreSlim s_MaterialSignSemaphore = new(1);
/// <summary>
/// 原材料
/// </summary>