From 357693611c60d93fb17189273d4c91dab364f0d4 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 20 十二月 2024 10:09:11 +0800 Subject: [PATCH] 压缩机整改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/17-compressor/CompressorSingleMatchingViewModel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/17-compressor/CompressorSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/17-compressor/CompressorSingleMatchingViewModel.cs index b836ec2..87120af 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/17-compressor/CompressorSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/17-compressor/CompressorSingleMatchingViewModel.cs @@ -6,10 +6,10 @@ { this.ID = rhs.ID; this.Name = rhs.Name; - this.Caliber = rhs.Caliber; + //this.Caliber = rhs.Caliber; this.Material = rhs.Material; this.SeriesID = rhs.SeriesID; - this.KeyWord = string.Join(",", rhs.KeyWord); + //this.KeyWord = string.Join(",", rhs.KeyWord); this.Coefficient = rhs.MinorLoss; this.SortCode = rhs.SortCode; this.Description = rhs.Description; -- Gitblit v1.9.3