duheng
2024-09-27 ce459fff160fad4021edd4a111b72fc17476ae8c
修复点击泵报错问题
已修改1个文件
1 ■■■■ 文件已修改
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/02-pump/XhsProjectSimulationPumpMatchingViewModel.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/02-pump/XhsProjectSimulationPumpMatchingViewModel.cs
@@ -17,6 +17,7 @@
            this.RatedN = rhs.RatedN;
            this.RatedP = rhs.RatedP;
            this.RatedQ = rhs.RatedQ;
            this.Code = rhs.Code;
            this.MatchingRatedP = rhs.MatchingRatedP;
            this.MatchingDbID = rhs.MatchingDbId;
            this.MatchingCurveDbId = rhs.MatchingCurveDbId;