using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 泵站数据分析明细信息(左下部分) /// public class SzjtEnginePumpRightTopInfoDto { /// /// 条目类型 /// public string Label { get; set; } /// /// 金额 /// public int Number { get; set; } } }