xuhy
2023-06-08 c1c307fe42e8de9c9aac5c009e38ad405f934996
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;
}