WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/17-compressor/HydroCompressorMatchingViewModel.cs
@@ -15,7 +15,6 @@ /// </summary> public HydroCompressorMatchingViewModel(Yw.Model.HydroCompressorInfo rhs, Yw.Model.HydroModelInfo hydroInfo) { this.ID = rhs.ID; this.Name = rhs.Name; this.Code = rhs.Code; this.ModelType = rhs.ModelType; @@ -32,10 +31,6 @@ /// </summary> public HydroCompressorMatchingViewModel(HydroCompressorViewModel rhs) : this(rhs.Vmo, rhs.HydroInfo) { } /// <summary> /// ID /// </summary> public long ID { get; set; } /// <summary> /// 编码