Pu Zhibing
11 小时以前 b293f932d31971dfff8769f61ad39de50fd28c43
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;
}