From cae9e1ebdb3f65c75aba5f703c97a857c6e44f38 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 13 一月 2025 16:00:15 +0800 Subject: [PATCH] 阀门图表导入bug 修复 --- Service/HStation.Service.Assets.Core/02-model/04-Fourlink/AssetsFourlinkMain.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/04-Fourlink/AssetsFourlinkMain.cs b/Service/HStation.Service.Assets.Core/02-model/04-Fourlink/AssetsFourlinkMain.cs index 392d784..42d5bef 100644 --- a/Service/HStation.Service.Assets.Core/02-model/04-Fourlink/AssetsFourlinkMain.cs +++ b/Service/HStation.Service.Assets.Core/02-model/04-Fourlink/AssetsFourlinkMain.cs @@ -18,12 +18,12 @@ { this.Name = rhs.Name; this.SeriesID = rhs.SeriesID; - this.KeyWord = rhs.KeyWord; this.MinorLoss = rhs.MinorLoss; this.Caliber = rhs.Caliber; this.Material = rhs.Material; this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); this.Flags = rhs.Flags?.ToList(); + this.KeyWords = rhs.KeyWords; this.TagName = rhs.TagName; this.SortCode = rhs.SortCode; this.Description = rhs.Description; @@ -31,16 +31,16 @@ public void Reset(AssetsFourlinkMain rhs) { - this.ID = rhs.ID; this.Name = rhs.Name; this.SeriesID = rhs.SeriesID; + this.KeyWords = rhs.KeyWords; this.MinorLoss = rhs.MinorLoss; this.Caliber = rhs.Caliber; this.Material = rhs.Material; - this.SortCode = rhs.SortCode; this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); this.Flags = rhs.Flags?.ToList(); this.TagName = rhs.TagName; + this.SortCode = rhs.SortCode; this.Description = rhs.Description; } @@ -72,7 +72,7 @@ /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public List<string> KeyWord { get; set; } + public List<string> KeyWords { get; set; } /// <summary> /// 鍙傛暟 -- Gitblit v1.9.3