From 4170a9b6560da29f21e6512358a4307b267ddfa8 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 09 十二月 2024 16:40:01 +0800 Subject: [PATCH] 标签修正 --- Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 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..5671b2f 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 @@ -7,7 +7,7 @@ /// </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.ElbowType = rhs.ElbowType; this.KeyWord = rhs.KeyWord; + this.Flags = rhs.Flags; + this.Paras = rhs.Paras; + this.TagName = rhs.TagName; this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -60,9 +63,24 @@ 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> /// 璇嗗埆鍏抽敭瀛� -- Gitblit v1.9.3