rain
2024-08-12 6d634702053d9024dc78d29c04c64ac6dd7bd99f
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;
}