This commit is contained in:
DEVICE8\12494
2023-04-26 10:15:07 +08:00
9 changed files with 90 additions and 47 deletions

View File

@@ -6,22 +6,6 @@ using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entitys.Consts
{
public class DictionaryConstants
{
/// <summary>
/// 生产任务状态TypeId
/// </summary>
public const string PrdTaskStatusTypeId = "25572555259157";
/// <summary>
/// 工单状态 已下发字典Id
/// </summary>
public const string IssueId = "25019232867093";
/// <summary>
/// 任务单状态-待开工编码
/// </summary>
public const string ToBeStartedEnCode = "ToBeStarted";
}
/// <summary>
/// 工单状态
/// </summary>

View File

@@ -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";
}