namespace Tnb.BasicData;
public static class DictConst
{
#region BasicData
///
/// 计量单位
///
public const string MeasurementUnit = "MeasurementUnit";
///
/// 区域类型-工位Code
///
public const string RegionCategoryStationCode = "workstation";
///
/// 备品备件类型
///
public const string SparePartsType = "SparePartsType";
#endregion
#region ProductionMgr
///
/// 生产任务状态TypeId
///
public const string PrdTaskStatusTypeId = "25572555259157";
///
/// 生产工单类型TypeId
///
public const string PrdMoTypeTypeId = "25019155728149";
///
/// 工单状态-已排产
///
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";
///
/// 任务单状态码-暂停
///
public const string MoStatusPauseCode = "Pause";
///
/// 模具维修状态码-待维修
///
public const string MaintainStatusDWXCode = "DWX";
///
/// 模具维修状态码-已完成
///
public const string MaintainStatusYWCCode = "YWC";
///
/// 模具保养状态-待保养编码
///
public const string MoldMaintainStatusDBYCode = "UnMaintain";
#endregion
#region WarehouseMgr
#endregion
#region QcMgr
#endregion
#region EqpMgr
///
/// 模具保养TypeId
///
public const string MaintainStatusTypeId = "26171564065301";
///
/// 模具保养状态TypeId
///
public const string MoldMaintainStatusTypeId = "26149299883285";
///
/// 保养状态待保养Code
///
public const string UnMaintainStatusCode = "UnMaintain";
#endregion
}