api命名规范,字典常量规范
This commit is contained in:
@@ -6,22 +6,6 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entitys.新文件夹
|
||||
{
|
||||
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>
|
||||
|
||||
@@ -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