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