duheng
2024-03-26 bb006801e4d7fc281e8c1b43ab4b7b83da044ab6
Calc/IStation.Calc.Model/AnaRequest.cs
@@ -9,7 +9,8 @@
    public class AnaRequest
    {
        public eCalcOptType  CalcOptType { get; set; }
        public DateTime Day { get; set; }
        public DateTime StartTime { get; set; }
        public DateTime EndTime { get; set; }
        public List<Model.TimeWaterLevel> WaterLevels长江 { get; set; }
        public int StartOpenCount { get; set; } = -1;
        public double? TotalFlow取水总量 { get; set; }//单位 吨
@@ -31,7 +32,7 @@
        public AnaRequestBase() { }
        public AnaRequestBase(AnaRequest rhs) { 
            this.CalcOptType = rhs.CalcOptType;
            this.Day = rhs.Day;
            this.StartTime = rhs.StartTime; this.EndTime = rhs.EndTime;
            this.StartOpenCount = rhs.StartOpenCount;
            this.TotalFlow取水总量 = rhs.TotalFlow取水总量;
@@ -44,7 +45,8 @@
            this.ReservoirMaxLimitHours = rhs.ReservoirMaxLimitHours;
        }
        public eCalcOptType CalcOptType { get; set; }
        public DateTime Day { get; set; }
        public DateTime StartTime { get; set; }
        public DateTime EndTime { get; set; }
        public int StartOpenCount { get; set; } = -1;
        public double? TotalFlow取水总量 { get; set; }//单位 吨