using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class EnginePumpParallelCurveItemInput { /// /// 机泵标识 /// public long EnginePumpID { get; set; } /// /// 频率 /// public double HZ { get; set; } } }