From e890e224a673855f9f609de1094d1701e224e66c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 24 十月 2024 16:19:00 +0800 Subject: [PATCH] 修改阀门管理界面 --- Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs b/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs index a5f626f..74a20db 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs @@ -27,6 +27,7 @@ this.Coefficient = rhs.Coefficient; this.SeriesID = rhs.SeriesID; this.Name = rhs.Name; + this.ValveSetting = rhs.ValveSetting; this.SortCode = rhs.SortCode; } @@ -41,6 +42,11 @@ public string Name { get; set; } /// <summary> + /// 闃�闂ㄨ缃� + /// </summary> + public string ValveSetting { get; set; } + + /// <summary> /// 鍙e緞 /// </summary> public double? Caliber { get; set; } -- Gitblit v1.9.3