using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entitys.新文件夹
{
public class DictionaryConstants
{
///
/// 生产任务状态TypeId
///
public const string PrdTaskStatusTypeId = "25572555259157";
///
/// 工单状态 已下发字典Id
///
public const string IssueId = "25019232867093";
///
/// 任务单状态-待开工编码
///
public const string ToBeStartedEnCode = "ToBeStarted";
}
///
/// 工单状态
///
public class MoStatus
{
///
/// 已排产
///
public const string AlreadyId = "25019252113685";
///
/// 待排产
///
public const string WaitProductId = "25019244276501";
}
}