From 1bf6b7a300e21e9b8996f9ebeeb55a1eccda7a02 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 20 十二月 2024 10:50:36 +0800 Subject: [PATCH] 排除bug --- Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs b/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs index 878007c..b82cabc 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/04-Fourlink/AssetsFourlinkMain.cs @@ -1,5 +1,4 @@ -锘縰sing HStation.Assets; -using Yw.Entity; +锘縰sing Yw.Entity; namespace HStation.Entity { @@ -8,7 +7,7 @@ /// </summary> [SysType("assets_fourlink_main")] [SugarTable("assets_fourlink_main")] - public class AssetsFourlinkMain : BaseEntity, ISorter, System.ICloneable + public class AssetsFourlinkMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable { /// <summary> /// @@ -23,6 +22,9 @@ this.Material = rhs.Material; this.Caliber = rhs.Caliber; this.MinorLoss = rhs.MinorLoss; + this.Paras = rhs.Paras; + this.Flags = rhs.Flags; + this.TagName = rhs.TagName; this.KeyWord = rhs.KeyWord; this.SortCode = rhs.SortCode; this.Description = rhs.Description; @@ -49,6 +51,21 @@ public string Material { 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 double MinorLoss { get; set; } -- Gitblit v1.9.3