服务端的TigerApi 框架,基于.NET6 2024 版本
Tiger.Business/MES/Biz.WorkStep.cs
@@ -32,12 +32,12 @@
            public string ID { get; set; } = Guid.NewGuid().ToString("N");
            public string NodeID { get; set; } 
            public IWorkStep.Types Type { get; set; }
            public int Sequence { get; set; }
            public MES_WO_NODE Node { get; set; }
            public MES_WO_NODE_ACT NodeAct { get; set; }
            public MES_WO_ACTION Setting { get; set; }
            public IPosition CurPosition { get; set; }
            public IWorkAction CurAction { get; set; }
            public int Sequence { get; set; }
            public List<string> PrepNodeIDs { get; set; } = new();
            private bool _IsFinished = false;
            public bool IsFinished