namespace IStation.Application.SZJT { /// /// 泵站列表项 /// public class BigScreenSingleStationEnginePumpListItemDto { /// /// id /// public long ID { get; set; } /// /// 名称 /// public string Name { get; set; } /// /// 状态 /// public BigScreenSingleStationEnginePumpListKpiItemDto Rs { get; set; } /// /// 频率 /// public BigScreenSingleStationEnginePumpListKpiItemDto Hz { get; set; } /// /// 功率 /// public BigScreenSingleStationEnginePumpListKpiItemDto P { get; set; } } }