ningshuxia
2025-04-16 a67da735b33be01b24845ce03ae7551cf55ddbbc
02-desktop/Model/IStation.Model.Basic/PumpCurve/PumpSpeedCurve.cs
@@ -17,16 +17,16 @@
        /// </summary>
        public PumpSpeedCurve(PumpSpeedCurve rhs) : base(rhs)
        {
            this.PumpCurveID = rhs.PumpCurveID;
            this.HZ = rhs.HZ;
            this.SourceFrom = rhs.SourceFrom;
            this.CreateMethod = rhs.CreateMethod;
            this.CoordParas = rhs.CoordParas;
            this.CurveInfo = rhs.CurveInfo;
            this.ReliabilityStatus = rhs.ReliabilityStatus;
            this.CreateTime = rhs.CreateTime;
            this.UpdateTime = rhs.UpdateTime;
            this.Description = rhs.Description;
            PumpCurveID = rhs.PumpCurveID;
            HZ = rhs.HZ;
            SourceFrom = rhs.SourceFrom;
            CreateMethod = rhs.CreateMethod;
            CoordParas = rhs.CoordParas;
            CurveInfo = rhs.CurveInfo;
            ReliabilityStatus = rhs.ReliabilityStatus;
            CreateTime = rhs.CreateTime;
            UpdateTime = rhs.UpdateTime;
            Description = rhs.Description;
        }
        /// <summary>
@@ -34,17 +34,17 @@
        /// </summary>
        public void Reset(PumpSpeedCurve rhs)
        {
            this.ID = rhs.ID;
            this.PumpCurveID = rhs.PumpCurveID;
            this.HZ = rhs.HZ;
            this.SourceFrom = rhs.SourceFrom;
            this.CreateMethod = rhs.CreateMethod;
            this.CoordParas = rhs.CoordParas;
            this.CurveInfo = rhs.CurveInfo;
            this.ReliabilityStatus = rhs.ReliabilityStatus;
            this.CreateTime = rhs.CreateTime;
            this.UpdateTime = rhs.UpdateTime;
            this.Description = rhs.Description;
            ID = rhs.ID;
            PumpCurveID = rhs.PumpCurveID;
            HZ = rhs.HZ;
            SourceFrom = rhs.SourceFrom;
            CreateMethod = rhs.CreateMethod;
            CoordParas = rhs.CoordParas;
            CurveInfo = rhs.CurveInfo;
            ReliabilityStatus = rhs.ReliabilityStatus;
            CreateTime = rhs.CreateTime;
            UpdateTime = rhs.UpdateTime;
            Description = rhs.Description;
        }