WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/01-viewmodel/ValveMatchingViewModel.cs
@@ -1,6 +1,4 @@ using HStation.Assets; namespace HStation.WinFrmUI namespace HStation.WinFrmUI { /// <summary> /// 阀门匹配ViewModel @@ -18,7 +16,6 @@ /// </summary> public ValveMatchingViewModel(Yw.Model.HydroValveInfo rhs, Yw.Model.HydroModelInfo hydroInfo, List<HydroCalcuVisualResult> allCalcuResult) { this.ID = rhs.ID; this.Name = rhs.Name; this.Code = rhs.Code; this.ModelType = rhs.ModelType;