From ad8f813f5eddd66740b4e09801e4ea02ddf70a4a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 19 二月 2025 15:58:22 +0800 Subject: [PATCH] 继续优化报表 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs index a37c72c..281c807 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/00-viewmodel/ValveMainViewModel.cs @@ -25,7 +25,6 @@ } this.Coefficient = rhs.MinorLoss; this.SeriesID = rhs.SeriesID; - this.ValveType = rhs.ValveType; this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWords); this.ValveSetting = rhs.ValveSetting; @@ -55,7 +54,6 @@ } this.Coefficient = rhs.MinorLoss; this.SeriesID = rhs.SeriesID; - this.ValveType = rhs.ValveType; this.SortCode = rhs.SortCode; this.KeyWord = string.Join(",", rhs.KeyWords); this.ValveSetting = rhs.ValveSetting; @@ -92,13 +90,6 @@ [DisplayName("鎹熷け绯绘暟")] [Browsable(true)] public double Coefficient { get; set; } - - /// <summary> - /// 绫诲瀷 - /// </summary> - [DisplayName("绫诲瀷")] - [Browsable(true)] - public HStation.Assets.eValveType ValveType { get; set; } /// <summary> /// 璇存槑 -- Gitblit v1.9.3