dashboard
repositories
filestore
activity
search
login
admin
/
drone-java
forked from
drone/drone-java
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
生成航线文件
xieb
2024-04-01
b5f294729bca484a4ce726f4d2a1c096166bc9f2
[~admin/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
geo
/
entity
/
Crs.java
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;
}