xuhy
2023-02-17 198d0e9fd51aa03c574de2beb137bdbf5386f7ea
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;
}