ningshuxia
2025-04-16 a67da735b33be01b24845ce03ae7551cf55ddbbc
02-desktop/WinFrmUI/IStation.WinFrmUI.Monitor/03-WorkingConditionAnalysis/00-helper/AnalysisHelper.cs
@@ -91,16 +91,12 @@
            /// </summary>
            public List<int> RunFlags { get; set; }
            public int RunCount { get; set; }
            public double MinFlow { get; set; }
            public double MaxFlow { get; set; }
            public Dictionary<int, double> PressureDiff { get; set; }
            public string Remark { get; set; }
            public int Count { get; set; }
        }