duheng
2024-10-11 151ba455377b8a723a06e6927aec931e6680503d
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsProjectSimulationPumpMatchingViewModel.cs
@@ -18,12 +18,11 @@
            this.RatedP = rhs.RatedP;
            this.RatedQ = rhs.RatedQ;
            this.Code = rhs.Code;
            this.MatchingRatedP = rhs.MatchingRatedP;
            this.MatchingDbID = rhs.MatchingDbId;
            this.MatchingCurveDbId = rhs.MatchingCurveDbId;
            this.MatchingRatedP = rhs.MatchingRatedP;
            this.MatchingRatedH = rhs.MatchingRatedH;
            this.MatchingRatedN = rhs.MatchingRatedN;
            this.MatchingRatedP = rhs.MatchingRatedP;
            this.MatchingRatedQ = rhs.MatchingRatedQ;
            if (rhs.DbId == null || rhs.DbId == string.Empty)
            {