shenyijian
2023-12-02 8c733c9c51ebcf4fbb6b785bd9afbf11087600e8
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;
}