namespace Yw.WinFrmUI.Phart { public class ValveEditChartViewModel { /// /// /// public string Id { get; set; } /// /// /// public string Name { 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 double Opening { get; set; } /// /// /// public bool IsUpdate { get; set; } } }