duheng
2025-03-17 df03507ed132eda9d46f95e8fc7046735d6c808e
WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/03-equipment/EquipmentViewModel.cs
@@ -12,6 +12,8 @@
            this.KitID = kitID;
            this.PumpID = rhs.PumpMainID;
            this.Name = rhs.PumpOtherName;
            if (pump != null)
            {
            this.OtherName = pump.Name;
            this.RatedFlow = pump.RatedFlow;
            this.RatedEfficiency = pump.RatedEfficiency;
@@ -19,6 +21,7 @@
            this.RatedPower = pump.RatedPower;
            this.Erosion = pump.Erosion;
            this.RatedSpeed = pump.RatedSpeed;
            }
        }
        public void Reset(Vmo.AssetsPackagePumpMappingVmo rhs, Vmo.AssetsPumpMainVmo pump, long kitID)
@@ -28,6 +31,8 @@
            this.KitID = kitID;
            this.PumpID = rhs.PumpMainID;
            this.Name = rhs.PumpOtherName;
            if (pump != null)
            {
            this.OtherName = pump.Name;
            this.RatedFlow = pump.RatedFlow;
            this.RatedEfficiency = pump.RatedEfficiency;
@@ -36,6 +41,7 @@
            this.Erosion = pump.Erosion;
            this.RatedSpeed = pump.RatedSpeed;
        }
        }
        /// <summary>
        /// UserID