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 | 29 +++++++++++++++++++++-------- 1 files changed, 21 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 f023c20..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, System.ICloneable + public class AssetsValveMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable { /// <summary> /// @@ -26,8 +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; } @@ -41,11 +44,6 @@ /// 鍚嶇О /// </summary> public string Name { get; set; } - - /// <summary> - /// 绫诲瀷 - /// </summary> - public string ValveType { get; set; } /// <summary> /// 闃�闂ㄨ缃� @@ -70,7 +68,22 @@ /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public string KeyWord { get; set; } + public string KeyWords { get; set; } + + /// <summary> + /// 鍙傛暟 + /// </summary> + public string Paras { get; set; } + + /// <summary> + /// 鏍囩 + /// </summary> + public string Flags { get; set; } + + /// <summary> + /// 鏍囧織 + /// </summary> + public string TagName { get; set; } /// <summary> /// 鎺掑簭鐮� -- Gitblit v1.9.3