lixiaojun
2025-01-13 1c30ee4068eb5dba3c6b9a4987b98034f2a622d0
Service/HStation.Service.Assets.Core/02-model/03-Elbow/AssetsElbowMain.cs
@@ -24,7 +24,7 @@
            this.Angle = rhs.Angle;
            this.MinorLoss = rhs.MinorLoss;
            this.ElbowType = rhs.ElbowType;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -42,7 +42,7 @@
            this.Angle = rhs.Angle;
            this.MinorLoss = rhs.MinorLoss;
            this.ElbowType = rhs.ElbowType;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -103,7 +103,7 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 排序码