tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.Dto/TProduct.OpenDto4TestPack/²âÊÔ/TestProjectItemParas.cs
@@ -63,16 +63,16 @@
        /// <summary>
        ///是否延长到零扬程上
        ///扬程曲线目标扬程
        /// </summary>   
        [Display(Name = "是否延长到零扬程上")]
        public bool IsEntendZeroH { get; set; } = false;
        [Display(Name = "扬程曲线目标扬程")]
        public double? ExtendPointH { get; set; } = null;
        /// <summary>
        ///零扬程对应流量
        ///扬程曲线目标流量
        /// </summary>   
        [Display(Name = "零扬程对应流量")]
        public double FlowInZeroH { get; set; } = 0;
        [Display(Name = "扬程曲线目标流量")]
        public double? ExtendPointQ { get; set; } = null;
        /// <summary>