duheng
2024-12-30 1c0758f46a3f86f1843ff300e1380923ea3ee43f
Vmo/HStation.Vmo.Assets.Core/15-Tank/AssetsTankMainVmo.cs
@@ -23,7 +23,24 @@
            this.MaxLevel = rhs.MaxLevel;
            this.DN = rhs.DN;
            this.OverFlow = rhs.OverFlow;
            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;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public AssetsTankMainVmo(AssetsTankMainVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.MinLevel = rhs.MinLevel;
            this.MaxLevel = rhs.MaxLevel;
            this.DN = rhs.DN;
            this.OverFlow = rhs.OverFlow;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -74,7 +91,7 @@
        /// <summary>
        /// 识别关键字
        ///</summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数