duheng
2024-09-26 a6c50c87d1ba3f5c8785dcc9e8ea640b5a43209f
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/02-pump/XhsProjectSimulationPumpMatchingViewModel.cs
@@ -19,12 +19,12 @@
            this.RatedQ = rhs.RatedQ;
            this.MatchingRatedP = rhs.MatchingRatedP;
            this.MatchingDbID = rhs.MatchingDbId;
            this.MatchingChartDbID = rhs.MatchingCurveDbId;
            this.MatchingCurveDbId = rhs.MatchingCurveDbId;
            this.MatchingRatedH = rhs.MatchingRatedH;
            this.MatchingRatedN = rhs.MatchingRatedN;
            this.MatchingRatedP = rhs.MatchingRatedP;
            this.MatchingRatedQ = rhs.MatchingRatedQ;
            if (rhs.DbId == null)
            if (rhs.DbId == null || rhs.DbId == string.Empty)
            {
                MatchingType = eMatchingStatus.Failed;
            }
@@ -108,7 +108,7 @@
        [DisplayName("匹配后ChartDbID")]
        [Browsable(false)]
        public long? MatchingChartDbID { get; set; }
        public string MatchingCurveDbId { get; set; }
        /// <summary>
        /// 修改后额定功率