using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
///
///
public class SzjtStationLeftMiddleItemInfoDto
{
///
/// 横坐标
///
public string Label { get; set; }
///
/// 总供水量
///
public double? SupplyWater { get; set; }
///
/// 总电度
///
public double? TotalDegree { get; set; }
}
}