rain
2024-06-13 78b9c7da1c5e9449d237012900298e479c120eeb
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;
}