xuhy
2023-06-15 88cef01ecd2b2cea73615bbab087342db3b05b23
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;
}