rain
2024-06-19 cbbb9003b44d7c9d7adc80188343f0065732b0ce
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;
}