正向追溯相关接口

This commit is contained in:
2023-08-21 11:52:06 +08:00
parent 807f656792
commit 03b815824a
3 changed files with 138 additions and 23 deletions

View File

@@ -27,6 +27,22 @@ public static class DictConst
/// 备品备件类型
/// </summary>
public const string SparePartsType = "SparePartsType";
/// <summary>
/// 注塑工单
/// </summary>
public const string PrdMoTypeZS = "25572555259157";
/// <summary>
/// 挤出工单
/// </summary>
public const string PrdMoTypeJC = "25019172714005";
/// <summary>
/// 组装工单
/// </summary>
public const string PrdMoTypeZZ = "25019181615125";
/// <summary>
/// 包装工单
/// </summary>
public const string PrdMoTypeBZ = "25019191681045";
#endregion