dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增自定义飞行区文件获取及离线地图获取协议回复
zrj
2024-08-16
6723ddbb3326f1d566417aff95ae3a92807a41d7
[drone/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;
}