lixiaojun
2024-10-17 1ba0f93d590c32a5aa776bbc6c1af46acb7828a1
Service/HStation.Service.Assets.Core/02-model/08-ValveManage/ValveMain.cs
@@ -29,6 +29,7 @@
            this.IsDefault = rhs.IsDefault;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.OpenStatus = rhs.OpenStatus;
            this.Coefficient = rhs.Coefficient;
        }
@@ -43,6 +44,7 @@
            this.SortCode = rhs.SortCode;
            this.Name = rhs.Name;
            this.Coefficient = rhs.Coefficient;
            this.OpenStatus = rhs.OpenStatus;
            this.SeriesID = rhs.SeriesID;
        }
@@ -62,6 +64,11 @@
        public double? Caliber { get; set; }
        /// <summary>
        /// 阀门状态
        /// </summary>
        public eValveOpenStatus OpenStatus { get; set; }
        /// <summary>
        /// 类型
        /// </summary>
        public eAssetsValveSeriesType Type { get; set; }