duheng
2024-10-24 e890e224a673855f9f609de1094d1701e224e66c
Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/ValveMainDto.cs
@@ -22,6 +22,7 @@
            this.IsDefault = rhs.IsDefault;
            this.ValveLift = rhs.ValveLift;
            this.SortCode = rhs.SortCode;
            this.ValveSetting = rhs.ValveSetting;
        }
        /// <summary>
@@ -40,9 +41,9 @@
        public double? Caliber { get; set; }
        /// <summary>
        /// 阀门状态
        /// 阀门开度
        /// </summary>
        public int ValveLift { get; set; }
        public int? ValveLift { get; set; }
        /// <summary>
        /// 名称
@@ -60,6 +61,11 @@
        public string CreateTime { get; set; }
        /// <summary>
        /// 阀门设置
        /// </summary>
        public string ValveSetting { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string MaterialName { get; set; }