rain
2024-06-12 a0e7cf2d16dc23b1d6edf3b69678ab66ccacb54d
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;
}