模具领用归还

This commit is contained in:
2023-07-07 14:49:35 +08:00
parent 9488c6b6ca
commit dace6212de
8 changed files with 427 additions and 0 deletions

View File

@@ -129,5 +129,31 @@ public static class DictConst
/// 保养状态待保养Code
/// </summary>
public const string UnMaintainStatusCode = "UnMaintain";
/// <summary>
/// 模具在库TypeId
/// </summary>
public const string ZKTypeId = "26149307089941";
/// <summary>
/// 模具生产TypeId
/// </summary>
public const string SCTypeId = "26149309121045";
/// <summary>
/// 模具保养TypeId
/// </summary>
public const string BYTypeId = "26149311082005";
/// <summary>
/// 模具报废TypeId
/// </summary>
public const string BFTypeId = "26149314425877";
/// <summary>
/// 模具外协TypeId
/// </summary>
public const string WXXTypeId = "26149312750101";
/// <summary>
/// 模具维修TypeId
/// </summary>
public const string WXTypeId = "26149320818965";
#endregion
}