外协提升二楼入库、erp包材入库同步、erp重发调拨出库处理、电梯优化
This commit is contained in:
@@ -4,6 +4,7 @@ using Microsoft.AspNetCore.Mvc;
|
||||
using SqlSugar;
|
||||
using Tnb.BasicData.Entities;
|
||||
using Tnb.WarehouseMgr.Entities;
|
||||
using Tnb.WarehouseMgr.Entities.Consts;
|
||||
using Tnb.WarehouseMgr.Entities.Dto;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Inputs;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Queries;
|
||||
@@ -42,6 +43,13 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
get;
|
||||
}
|
||||
/// <summary>
|
||||
/// WCS请求
|
||||
/// </summary>
|
||||
public Dictionary<string, SemaphoreSlim> s_elevatortaskWCSRequestDic
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 入库策略
|
||||
@@ -130,7 +138,12 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
/// <param name="location_id"></param>
|
||||
/// <returns></returns>
|
||||
string[] GetFloor1WXSGWOutstockLocation();
|
||||
|
||||
///// <summary>
|
||||
///// 是否为二楼(一楼外协三存位送上来)入暂存仓起点
|
||||
///// </summary>
|
||||
///// <param name="location_id"></param>
|
||||
///// <returns></returns>
|
||||
//string[] GetFloor2WX2ZCCStartLocation();
|
||||
/// <summary>
|
||||
/// 生成预任务
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user