Pu Zhibing
2025-08-21 f6f4e7beea525f0c450d618fdc93f112c6813edc
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;
}