Pu Zhibing
3 天以前 36116d32f83517e574d77dcc233b96785906be2f
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;
}