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;
}
}