using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Calculation.DispatchAna.Model { /// /// /// public class HourRequest { /// /// 0-23 /// public int Hour { get; set; } /// /// /// public IStation.Calculation.DispatchAna.Model.RequestParasComplex Request { get; set; } } }