Pu Zhibing
5 天以前 dfb1f5ab2e8dc03cf2f497ce3327f6ce58700766
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;
}