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; } }