duheng
2024-12-19 3af811d30c93995e2500bdd2f3795be77cc1a519
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/PumpMainViewModel.cs
@@ -21,22 +21,6 @@
            this.Model = rhs;
        }
        /*       public AssetsPumpMainViewModel(Vmo.AssetsPumpMainVmo rhs) : base()
               {
                   this.SeriesID = rhs.SeriesID;
                   this.RatedPower = rhs.RatedPower;
                   this.RatedEfficiency = rhs.RatedEfficiency;
                   this.Erosion = rhs.Erosion;
                   this.D2 = rhs.D2;
                   this.Name = rhs.Name;
                   this.TagName = rhs.TagName;
                   this.SortCode = rhs.SortCode;
                   this.RatedSpeed = rhs.RatedSpeed;
                   this.RatedHead = rhs.RatedHead;
                   this.RatedFlow = rhs.RatedFlow;
                   this.Description = rhs.Description;
               }*/
        public void Reset(Vmo.AssetsPumpMainVmo rhs)
        {
            this.ID = rhs.ID;
@@ -52,6 +36,7 @@
            this.RatedHead = rhs.RatedHead;
            this.RatedFlow = rhs.RatedFlow;
            this.Description = rhs.Description;
            this.Model = rhs;
        }
        /// <summary>