模具领用归还
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user