namespace HStation.WinFrmUI.Basic { public class LocViewModel { public string Center { get; set; } public string Shape { get; set; } public string AmapID { get; set; } } }