服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-11-20 e98b23d77d1b2e5271bbe3497ad16657001d2457
Tiger.Business.MES/WorkAction/WipExtInfo.cs
@@ -208,6 +208,7 @@
                    ACT_SN = wipSn.SN,
                    ACT_VALUE_1 = CurWipExt.ToJson(),
                    ACT_RESULT = "Y",
                    ELAPSED_TIME = CurStep.GetElapsedTime().TotalMilliseconds.ToInt64(),
                    TRACE_INFO = $"产品[{CurPosition.CurSN}]绑定[{ExtInfo.FIELD_NAME}]标签条码[{CurWipExt.GetType().GetProperty($"FIELD_{ExtInfo.SEQ.ToString("00")}")?.GetValue(CurWipExt)?.ToString()}]保存成功",
                };
                wipActs.Add(wipAct);