duheng
2024-12-24 f47abf649b85ce5fd21725fedaebba359a6dfd1d
Dto/HStation.Dto.Assets.Core/15-Tank/02-AssetsTankMain/AssetsTankMainDto.cs
@@ -19,12 +19,14 @@
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.MinLevel = rhs.MinLevel;
            this.MaxLevel = rhs.MaxLevel;
            this.DN = rhs.DN;
            this.OverFlow = rhs.OverFlow;
            this.KeyWords = rhs.KeyWords;
            this.MinVol = rhs.MinVol;
            this.Flags = rhs.Flags;
            this.Paras = rhs.Paras;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -46,24 +48,34 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 口径
        ///</summary>
        public double? Caliber { get; set; }
        /// 最低水位
        /// </summary>
        public double MinLevel { get; set; }
        /// <summary>
        /// 材料
        ///</summary>
        public string Material { get; set; }
        /// 最高水位
        /// </summary>
        public double MaxLevel { get; set; }
        /// <summary>
        /// 局阻系数
        ///</summary>
        public double MinorLoss { get; set; }
        /// 公称直径
        /// </summary>
        public double DN { get; set; }
        /// <summary>
        /// 最小容积
        /// </summary>
        public double MinVol { get; set; }
        /// <summary>
        /// 是否允许溢流
        /// </summary>
        public bool OverFlow { get; set; }
        /// <summary>
        /// 识别关键字
        ///</summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数