using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class PipeLineParallelCurveItemInput { /// /// 管路标识 /// public long ID { get; set; } /// /// 频率 /// public double HZ { get; set; } } }