duheng
2024-10-24 e890e224a673855f9f609de1094d1701e224e66c
Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs
@@ -27,6 +27,7 @@
            this.Coefficient = rhs.Coefficient;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.ValveSetting = rhs.ValveSetting;
            this.SortCode = rhs.SortCode;
        }
@@ -41,6 +42,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 阀门设置
        /// </summary>
        public string ValveSetting { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public double? Caliber { get; set; }