qin
2025-03-20 7747fa47185ac45cf3030a2792a1ffc682afe333
WinFrmUI/IBox.WinFrmUI/ViewModel/06-record/MonitorRecord.cs
@@ -38,7 +38,7 @@
                if (sp.Length > 1 && !string.IsNullOrEmpty(sp[1]))
                    ret.DataValue = sp[1];
                //if (sp.Length > 2 && !string.IsNullOrEmpty(sp[2]))
                    //ret.DataStatus = DataStatusHelper.ToList(sp[2]);
                //ret.DataStatus = DataStatusHelper.ToList(sp[2]);
            }
            return ret;
        }