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 = "25019252113685"; /// /// 工单状态-待排产 /// public const string WaitProductId = "25019244276501"; /// /// 工单状态 已下发字典Id /// public const string IssueId = "25019232867093"; /// /// 任务单状态-待开工编码 /// 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 }