xuhy
2023-04-09 a4c86b6b9d61bec99bff97415ac25e1fd36fe28a
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;
}