WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/CurrentPumpPartMainViewModel.cs
@@ -9,7 +9,6 @@ public CurrentPartMainViewModel(Vmo.AssetsPumpPartMainVmo rhs) : base() { this.ID = rhs.ID; this.PartID = rhs.PartID; this.Name = rhs.Name; this.NO = rhs.NO; this.Code = rhs.Code; @@ -22,7 +21,6 @@ this.Name = rhs.Name; this.NO = rhs.NO; this.Code = rhs.Code; this.PartID = rhs.PartID; this.SeriesID = rhs.SeriesID; } @@ -31,11 +29,6 @@ /// </summary> public long ID { get; set; } /// <summary> /// 泵设备ID /// </summary> public long PartID { get; set; } /// <summary> /// 泵系列ID /// </summary>