Pu Zhibing
2 天以前 949bf4798368d0fce115993427e03758d4b3c897
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;
}