qin
2025-03-19 6cca15570f04857c5040f986d9e2078ebe03d67e
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;
        }