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