namespace IStation.Application.SZJT { /// /// /// public class BigScreenAllStationListKpiItemDto { /// /// 名称 /// public string Name { get; set; } /// /// 值 /// public string Value { get; set; } /// /// 单位 /// public string UnitName { get; set; } } }