服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-25 ab6b24d4a57611605781457faede959ea3163125
Tiger.Business.MES/WorkAction/VerifyCustomSN.cs
@@ -180,6 +180,7 @@
                    ACT_TYPE = NodeAct.ACT_TYPE,
                    ACT_SN = wipSn.SN,
                    ACT_RESULT = "Y",
                    ELAPSED_TIME = CurStep.GetElapsedTime().TotalMilliseconds.ToInt64(),
                    TRACE_INFO = $"产品[{CurPosition.CurSN}]验证通过",
                };
                wipActs.Add(wipAct);