Pu Zhibing
昨天 fbdb6295f77ca2fc5c948deeac62fd76ae66b9c6
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;
}