namespace HStation.Dto { /// /// /// public class ToPerformCurveDbStringInput { /// /// 图形类型 /// public HStation.PhartRelation.eGraphType GraphType { get; set; } /// /// 性能类型 /// public Yw.Pump.eFeatType FeatType { get; set; } /// /// 点列表 /// public List PointList { get; set; } } }