Pu Zhibing
昨天 052a3249c21c76435e2af5e76036e3c503d12218
1
2
3
4
5
6
7
8
9
package com.stylefeng.guns.modular.system.util.model;
 
import lombok.Data;
 
@Data
public class GeoJson {
    private String type;
    private Double[] coordinates;
}