namespace IStation.Application.SZJT { /// /// /// public class BigScreenSingleStationRepairDayCountDto { /// /// 日期 /// public DateTime Day { get; set; } /// /// 数量 /// public int Count { get; set; } } }