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 BigScreenSingleStationRepairEnginePumpStatisticsInfoDto
| {
| /// <summary>
| /// 当日
| /// </summary>
| public List<BigScreenSingleStationRepairEnginePumpCountDto> Cd { get; set; }
|
| /// <summary>
| /// 当月
| /// </summary>
| public List<BigScreenSingleStationRepairEnginePumpCountDto> Cm { get; set; }
|
| /// <summary>
| /// 当年
| /// </summary>
| public List<BigScreenSingleStationRepairEnginePumpCountDto> Cy { get; set; }
| }
| }
|
|