namespace Tnb.BasicData;
public static class DictConst
{
#region BasicData
///
/// 计量单位
///
public const string MeasurementUnit = "MeasurementUnit";
///
/// 区域类型-工位Code
///
public const string RegionCategoryStationCode = "workstation";
#endregion
#region ProductionMgr
///
/// 生产任务状态TypeId
///
public const string PrdTaskStatusTypeId = "25572555259157";
///
/// 工单状态-已排产
///
public const string AlreadyId = "26033187948309";
///
/// 工单状态-已下发Id
///
public const string ScheduledId = "25019232867093";
///
/// 工单状态-待排产
///
public const string WaitProductId = "25019244276501";
///
/// 工单状态-强制接单
///
public const string MoCloseId = "25501969636645";
///
/// 工单状态 已下发字典Id
///
public const string IssueId = "25019232867093";
///
/// 工单状态已下发
///
public const string MoIssueEnCode = "Issue";
///
/// 工单状态-关闭
///
public const string MoClosedEnCode = "Close";
///
/// 任务单状态-待开工编码
///
public const string ToBeStartedEnCode = "ToBeStarted";
///
/// 任务单状态-进行中
///
public const string InProgressEnCode = "InProgress";
///
/// 任务单状态-关闭编码
///
public const string ClosedEnCode = "Closed";
///
/// 任务单状态-完工编码
///
public const string ComplatedEnCode = "Complated";
///
/// 任务单状态-待排产
///
public const string ToBeScheduledEncode = "ToBeScheduled";
#endregion
#region WarehouseMgr
#endregion
#region QcMgr
#endregion
#region EqpMgr
#endregion
}