cloudflight
2025-01-07 9a587f34c2ccc0d4c41550880915b54a1b563c7d
Service/HStation.Service.Assets.Core/02-model/18-Hydrant/AssetsHydrantMain.cs
@@ -24,7 +24,7 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -43,7 +43,7 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -79,7 +79,7 @@
        /// <summary>
        /// 识别关键字
        ///</summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数