namespace IStation.Application.SZJT { /// /// /// public class DmaAnalySiteMonthStatusDto { /// /// 年份 /// public int Year { get; set; } /// /// 月份 /// public int Month { get; set; } /// /// 值 /// public double? Value { get; set; } } }