ningshuxia
2025-04-16 a67da735b33be01b24845ce03ae7551cf55ddbbc
02-desktop/Model/IStation.Model.Basic/PumpCurve/PumpCurveExMapping.cs
@@ -20,11 +20,11 @@
        /// </summary>
        public PumpCurveExMapping(PumpCurve rhs, PumpCurveMapping mapping) : base(rhs)
        {
            this.MappingID = mapping.ID;
            this.PumpID = mapping.PumpID;
            this.OtherName = mapping.OtherName;
            this.IsWorking = mapping.IsWorking;
            this.SortCode = mapping.SortCode;
            MappingID = mapping.ID;
            PumpID = mapping.PumpID;
            OtherName = mapping.OtherName;
            IsWorking = mapping.IsWorking;
            SortCode = mapping.SortCode;
        }
        /// <summary>
@@ -33,11 +33,11 @@
        public void Reset(PumpCurveExMapping rhs)
        {
            base.Reset(rhs);
            this.MappingID = rhs.MappingID;
            this.PumpID = rhs.PumpID;
            this.OtherName = rhs.OtherName;
            this.SortCode = rhs.SortCode;
            this.IsWorking = rhs.IsWorking;
            MappingID = rhs.MappingID;
            PumpID = rhs.PumpID;
            OtherName = rhs.OtherName;
            SortCode = rhs.SortCode;
            IsWorking = rhs.IsWorking;
        }
@@ -46,11 +46,11 @@
        /// </summary>
        public void Reset(PumpCurveMapping rhs)
        {
            this.MappingID = rhs.ID;
            this.PumpID = rhs.PumpID;
            this.OtherName = rhs.OtherName;
            this.SortCode = rhs.SortCode;
            this.IsWorking = rhs.IsWorking;
            MappingID = rhs.ID;
            PumpID = rhs.PumpID;
            OtherName = rhs.OtherName;
            SortCode = rhs.SortCode;
            IsWorking = rhs.IsWorking;
        }
        /// <summary>