调拨订单同步生成原材料/成品调拨出库 物料签收接口
This commit is contained in:
@@ -88,7 +88,6 @@ namespace Tnb.WarehouseMgr
|
||||
public static SemaphoreSlim s_floor2CreatePretask = new(1);
|
||||
public static SemaphoreSlim s_taskCommonCreatePretask = new(1);
|
||||
public static SemaphoreSlim s_taskGenPreTask = new(1);
|
||||
public static SemaphoreSlim s_GenTaskExecute = new(1);
|
||||
|
||||
|
||||
public Func<string, int, Task> AddUnExecuteTask { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user