lixiaojun
2024-01-27 dc6e8634e86c7f09adc412e2176fbf8c591b32c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
namespace IStation.Application.SZJT
{
    /// <summary>
    /// 
    /// </summary>
    public class StationStatisticsDayParasMobileDto
    {
        /// <summary>
        /// 
        /// </summary>
        public bool Pre { get; set; } = false;
 
        /// <summary>
        /// 
        /// </summary>
        public int Start { get; set; } = 0;
 
        /// <summary>
        /// 
        /// </summary>
        public int End { get; set; } = 24;
    }
}