xuhy
2023-02-24 c6e83b9d48ffe43967e395eb6fc43e0d4f02fbfc
1
2
3
4
5
6
7
8
9
package com.supersavedriving.driver.modular.system.util.mongodb.model;
 
import lombok.Data;
 
@Data
public class GeoJson {
    private String type;
    private Double[] coordinates;
}