duheng
2024-10-23 085da0012271d1178d8de33113e862a35d2ba7d1
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsPumpMatchingViewModel.cs
@@ -24,6 +24,7 @@
            this.MatchingRatedH = rhs.MatchingRatedH;
            this.MatchingRatedN = rhs.MatchingRatedN;
            this.MatchingRatedQ = rhs.MatchingRatedQ;
            this.ModelType = rhs.ModelType;
            if (rhs.DbId == null || rhs.DbId == string.Empty)
            {
                MatchingType = eMatchingStatus.Failed;