目录调整
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Consts
|
||||
{
|
||||
/// <summary>
|
||||
/// 工单状态
|
||||
/// </summary>
|
||||
public class MoStatus
|
||||
{
|
||||
/// <summary>
|
||||
/// 已排产
|
||||
/// </summary>
|
||||
public const string AlreadyId = "25019252113685";
|
||||
/// <summary>
|
||||
/// 待排产
|
||||
/// </summary>
|
||||
public const string WaitProductId = "25019244276501";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr;
|
||||
|
||||
public class ModuleConst
|
||||
{
|
||||
public const string Tag = "ProductionManager";
|
||||
public const string Area = "production";
|
||||
}
|
||||
Reference in New Issue
Block a user