Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -38,6 +38,10 @@ /// </summary> public string SN { get; set; } /// <summary> /// 数量 /// </summary> public string Qty { get; set; } /// <summary> /// 当前操作提交的不良代码,没有则留空 /// </summary> public string DFT_CODE { get; set; } @@ -243,6 +247,7 @@ { public string NextNode { get; set; } = " — "; public string CurNode { get; set; } = " — "; public bool IsReachedEndNode { get; set; } = false; public int InputQty { get; set; } = 0; public List<WorkStepInfo> StepsInfo { get; set; } = new List<WorkStepInfo>(); }