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