rain
2024-04-07 1982a4f0aea16e109d3f30ddc20c2458ea0f6f31
1
2
3
4
5
6
7
8
9
10
package com.dji.sample.geo.entity;
 
import lombok.Data;
 
@Data
public class Crs {
    private String type;
 
    private Property properties;
}