using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entities.Consts
{
///
/// 工单状态
///
public class MoStatus
{
///
/// 已排产
///
public const string AlreadyId = "25019252113685";
///
/// 待排产
///
public const string WaitProductId = "25019244276501";
}
}