duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
Dto/HStation.Dto.Assets.Core/01-ValveManage/03-VavleCofficient/ValveMainDto.cs
@@ -40,11 +40,6 @@
        /// <summary>
        /// 局阻系数
        /// </summary>
        public double? MinorLoss { get; set; }
        /// <summary>
        /// 阀门类型
        /// </summary>
        public eValveType ValveType { get; set; }
        public double MinorLoss { get; set; }
    }
}