duheng
2024-06-28 91155c66edb99334841652ef6be990dd81bc6dcd
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI.Basic
{
    public class LocViewModel
    {
        public string Center { get; set; }
        public string Shape { get; set; }
 
        public string AmapID { get; set; }
    }
}