xuhy
2023-05-18 ad86e0cb28f4301c4935bea43e4ebd824338390e
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;
}