From 1c30ee4068eb5dba3c6b9a4987b98034f2a622d0 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 13 一月 2025 10:49:47 +0800 Subject: [PATCH] 登录界面修改 --- Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs | 30 ++++++++++++++++++++++++------ 1 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs b/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs index 69466fe..64c2cff 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs @@ -3,11 +3,11 @@ namespace HStation.Entity { /// <summary> - /// 涓氬姟绔� + /// 寮ご鍨嬪彿 /// </summary> [SysType("assets_elbow_main")] [SugarTable("assets_elbow_main")] - public class AssetsElbowMain : BaseEntity, ISorter, System.ICloneable + public class AssetsElbowMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable { /// <summary> /// @@ -23,8 +23,11 @@ this.Material = rhs.Material; this.Angle = rhs.Angle; this.MinorLoss = rhs.MinorLoss; - this.ElbowLengthType = rhs.ElbowLengthType; - this.KeyWord = rhs.KeyWord; + this.ElbowType = rhs.ElbowType; + this.KeyWords = rhs.KeyWords; + this.Flags = rhs.Flags; + this.Paras = rhs.Paras; + this.TagName = rhs.TagName; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -60,14 +63,29 @@ public double MinorLoss { get; set; } /// <summary> + /// 鍙傛暟 + /// </summary> + public string Paras { get; set; } + + /// <summary> + /// 鏍囩 + /// </summary> + public string Flags { get; set; } + + /// <summary> + /// 鏍囧織 + /// </summary> + public string TagName { get; set; } + + /// <summary> /// 寮ご闀垮害绫诲瀷 /// </summary> - public int? ElbowLengthType { get; set; } + public int? ElbowType { get; set; } /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public string KeyWord { get; set; } + public string KeyWords { get; set; } /// <summary> /// 鎺掑簭鐮� -- Gitblit v1.9.3