using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 能效kpi能耗比项 /// public class EtaLargeScreenKpiRatioItem { /// /// 名称 /// public string Name { get; set; } /// /// 值 /// public double Value { get; set; } } }