报表、电梯优化......
This commit is contained in:
@@ -63,9 +63,13 @@ namespace Tnb.WarehouseMgr
|
||||
public static SemaphoreSlim _s_taskExecuteSemaphore_F4DMJCOutstock = new(1);
|
||||
|
||||
public static SemaphoreSlim _s_taskExecuteSemaphore_AddOutinStockDetail = new(1);
|
||||
public static SemaphoreSlim _s_taskExecuteSemaphore_codeRules = new(1);
|
||||
|
||||
protected static Dictionary<string, int> _s_eleUseStatusDic;
|
||||
|
||||
public Dictionary<string, SemaphoreSlim> _s_elevatortaskDic = new();
|
||||
public List<ISqlSugarClient> _db_ElevatorTaskExceptionHandles = new();
|
||||
|
||||
public static SemaphoreSlim s_GenTaskExecute = new(1);
|
||||
protected IEventPublisher? EventPublisher { set; get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user