Shuxia Ning
2024-11-06 adf8dc1c7cae1b12f486dcdb3d7daf4a5a59ec52
01-api/Dto/IStation.Dto/03-web/01-schedule-station/02-/01-calc/DecisionPumpCompare.cs
copy from 01-api/Dto/IStation.Dto/03-web/01-schedule-calc/02-calc/PumpCompare.cs copy to 01-api/Dto/IStation.Dto/03-web/01-schedule-station/02-/01-calc/DecisionPumpCompare.cs
Îļþ´Ó 01-api/Dto/IStation.Dto/03-web/01-schedule-calc/02-calc/PumpCompare.cs ¸´ÖÆ
@@ -4,12 +4,14 @@
    /// <summary>
    /// æ³µè®¡ç®—对比
    /// </summary>
    public class PumpCompare
    public class DecisionPumpCompare
    {
        public PumpCompare() { }
        public PumpCompare(PumpCompare rhs)
        public DecisionPumpCompare() { }
        public DecisionPumpCompare(DecisionPumpCompare rhs)
        { 
            this.Name = rhs.Name;
            this.SrcWaterLevel = rhs.SrcWaterLevel;
            this.SrcSpeed = rhs.SrcSpeed;
            this.CalcSpeed = rhs.CalcSpeed;
@@ -32,6 +34,11 @@
        public string Name { get; set; }
         
        /// <summary>
        /// Ô­Ê¼Ë®Î»
        /// </summary>
        public double? SrcWaterLevel { get; set; }
        /// <summary>
        /// åŽŸå§‹è½¬é€Ÿ
        /// </summary>
        public double? SrcSpeed { get; set; }