namespace IStation.Application.SZJT { /// /// /// public class StationStatisticsDayParasMobileDto { /// /// /// public bool Pre { get; set; } = false; /// /// /// public int Start { get; set; } = 0; /// /// /// public int End { get; set; } = 24; } }