| | |
| | | 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; }//单位 吨 |
| | |
| | | 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取水总量; |
| | | |
| | |
| | | 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; }//单位 吨 |
| | | |