Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -64,11 +64,15 @@ /// <summary> /// 当前操作的节点名称 /// </summary> public string CurNode { get; set; } public string NodeName { get; set; } /// <summary> /// 如果当前节点为工序行为节点,则行为定义编码,否则留空 /// 当前操作的行为名称,如果是不是行为,否则留空 /// </summary> public string StepActCode { get; set; } public string ActionName { get; set; } /// <summary> /// 当前操作的行为的类名,如果是不是行为,否则留空 /// </summary> public string ActionType { get; set; } /// <summary> /// 下一个操作的工步ID /// </summary>