二楼缓存仓和暂存仓出入库优化
This commit is contained in:
@@ -109,6 +109,17 @@ namespace Tnb.WarehouseMgr
|
||||
get { return _s_taskExecuteSemaphore_F1ZCCOutstock; }
|
||||
}
|
||||
|
||||
public SemaphoreSlim s_taskExecuteSemaphore_F2ZCCInstock
|
||||
{
|
||||
get { return _s_taskExecuteSemaphore_F2ZCCInstock; }
|
||||
}
|
||||
|
||||
public SemaphoreSlim s_taskExecuteSemaphore_F2ZCCOutstock
|
||||
{
|
||||
get { return _s_taskExecuteSemaphore_F2ZCCOutstock; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
public WareHouseService(ISqlSugarRepository<WmsInstockH> repository, IDictionaryDataService dictionaryDataService, StackExRedisHelper redisData,
|
||||
IBillRullService billRullService, IUserManager userManager, ICacheManager cacheManager, IElevatorControlService elevatorControlService,
|
||||
|
||||
Reference in New Issue
Block a user