namespace HStation.WinFrmUI.Xhs.PumpProduct { public class PropGroupChoiceViewModel { public long ID { get; set; } public string PropGroupName { get; set; } public string PropName { get; set; } public string Value { get; set; } } }