duheng
2024-12-24 0e33247236d4ac46f1a75802f53dd6c612301cff
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;
@@ -33,7 +33,7 @@
        {
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.MinorLoss = rhs.MinorLoss;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
@@ -72,7 +72,7 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数