namespace Yw.WinFrmUI.Phart { public class ValveViewChartViewModel { /// /// /// public string Id { get; set; } /// /// /// public string Name { get; set; } /// /// /// public Color Color { get; set; } /// /// /// public Yw.Ahart.eCurveType CurveType { get; set; } /// /// /// public Yw.Ahart.eFeatType FeatType { get; set; } /// /// /// public List DefPointList { get; set; } /// /// /// public List FitPointList { get; set; } /// /// /// public bool IsSelect { get; set; } } }