using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_Common
{
public class SysConfigKeyConst
{
///
/// WMS BASE
///
public const string WMSIP_BASE = "WMSIPBASE";
public const string WCSIP_BASE = "WCSIPAddress";
public const string MOMIP_BASE = "MOMIP_BASE";
///
/// 请求任务
///
public const string RequestTask = "RequestTask";
///
/// 请求任务货位
///
public const string RequestLocation = "RequestLocation";
///
/// 修改任务状态
///
public const string UpdateTask = "UpdateTask";
///
/// 任务完成
///
public const string CompleteTask = "CompleteTask";
///
/// 请求空托盘任务
///
public const string RequestTrayInTask = "RequestTrayInTask";
///
/// 空托盘实盘出库任务
///
public const string RequestTrayOutTask = "RequestTrayOutTask";
public const string RequestInTask = "RequestInTask";
public const string RequestFlow = "RequestFlow";
///
/// 整盘电芯获取
///
public const string TrayCellsStatus = "TrayCellsStatus";
///
/// 常温补空托盘至分容
///
public const string GetFROutTrayToCW = "GetFROutTrayToCW";
///
/// 常温3 出库至包装
///
public const string RequestOutTaskToBZ = "RequestOutTaskToBZ";
///
/// 静置NG入库
///
public const string RequestInBoundTaskNG = "RequestInBoundTaskNG";
///
/// 静置NG入库站台
///
public const string JZNGInBoundStation = "JZNGInBoundStation";
///
/// 分容空框入库改为直接出库
///
public const string SetEmptyOutbyInToOutAsync = "SetEmptyOutbyInToOutAsync";
///
/// 分容空框出库改为直接出库
///
public const string SetEmptyOutbyInToOutOneAsync = "SetEmptyOutbyInToOutOneAsync";
}
}