From b5435a4a54cf362961cdfd958c4c78efe0478224 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期二, 06 五月 2025 16:05:40 +0800 Subject: [PATCH] 主界面修改 --- Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs b/Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs index 4558b80..b733193 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs @@ -26,11 +26,11 @@ this.Material = rhs.Material; this.Caliber = rhs.Caliber;//mm this.MinorLoss = rhs.MinorLoss; - this.ValveType = rhs.ValveType; this.ValveSetting = rhs.ValveSetting; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.TagName = rhs.TagName; + this.KeyWords = rhs.KeyWords; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -44,11 +44,6 @@ /// 鍚嶇О /// </summary> public string Name { get; set; } - - /// <summary> - /// 绫诲瀷 - /// </summary> - public string ValveType { get; set; } /// <summary> /// 闃�闂ㄨ缃� @@ -73,7 +68,7 @@ /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public string KeyWord { get; set; } + public string KeyWords { get; set; } /// <summary> /// 鍙傛暟 -- Gitblit v1.9.3