namespace HStation.WinFrmUI.PhartRelation { public class Perform2dMultiViewModel { public string Id { get; set; } public string Name { get; set; } public double SpeedRatio { get; set; } public List PointsQH { get; set; } public List PointsQE { get; set; } public List PointsQP { get; set; } } }