namespace IStation.Application.SZJT
{
///
///
///
public class BigScreenAllStationKpiDto
{
///
/// 当日累计供水量
///
public BigScreenAllStationKpiItemDto Lws { get; set; }
///
/// 当日累计用电量
///
public BigScreenAllStationKpiItemDto Lps { get; set; }
///
/// 当前瞬时总流量
///
public BigScreenAllStationKpiItemDto Sws { get; set; }
///
/// 当前瞬时总功率
///
public BigScreenAllStationKpiItemDto Sps { get; set; }
///
/// 总泵站数量
///
public BigScreenAllStationKpiItemDto Tsc { get; set; }
///
/// 运行泵站数量
///
public BigScreenAllStationKpiItemDto Rsc { get; set; }
///
/// 总机组数量
///
public BigScreenAllStationKpiItemDto Tpc { get; set; }
///
/// 运行机组数量
///
public BigScreenAllStationKpiItemDto Rpc { get; set; }
}
}