模具保养执行业务代码调整

This commit is contained in:
DEVICE8\12494
2023-05-31 10:34:59 +08:00
parent ea3a325ecb
commit 600cd6d900
8 changed files with 314 additions and 93 deletions

View File

@@ -11,6 +11,10 @@ namespace Tnb.EquipMgr.Entities.Consts
/// <summary>
/// 模具使用状态在库状态ID
/// </summary>
public const string MOLDUSESTATUSZKID = "26149307089941";
public const string MOLD_USE_STATUS_ZK_ID = "26149307089941";
/// <summary>
/// 模具使用状态-保养Id
/// </summary>
public const string MOLD_USE_STATUS_MAINTAIN_ID = "26149311082005";
}
}