rain
2024-05-06 bc16d0f0fc46ca6cb7d9bfb8496ad8f20ffba677
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;
}