From 3c8e996db701f2744af261e876455754ad182b62 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 09 五月 2025 16:19:36 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs | 11 +++-------- 1 files changed, 3 insertions(+), 8 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 0cc3f55..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 @@ -7,7 +7,7 @@ /// </summary> [SysType("assets_valve_main")] [SugarTable("assets_valve_main")] - public class AssetsValveMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable + public class AssetsValveMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable { /// <summary> /// @@ -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