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