dashboard
repositories
filestore
activity
search
login
admin
/
drone-java
forked from
drone/drone-java
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
无人机 -执行飞行任务
shenyijian
2023-12-14
0346ed9f9760bfd136ec01bf14df7fe95f59a603
[~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;
}