服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-01 baad883a45b5434117a7769354701c6aa607a5a9
Tiger.Business.MES/Transaction/Position.cs
@@ -253,6 +253,7 @@
                {
                    var next = new WorkStep(IWorkStep.NodeTypes.Action, this)
                    {
                        Name = act.ACT_NAME,
                        Sequence = parent.Sequence + 1,
                        Node = parent.Node,
                        OperSetting = CurBatch.NodeSets.FirstOrDefault(q => q.NODE_ID == parent.Node.ID),