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