dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
航线规划修改
xieb
2024-04-13
f98b25a34d04c2acb9bf93e6cbd4e72fa2d81ba0
[drone/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
geo
/
entity
/
Property.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.dji.sample.geo.entity;
import lombok.Data;
@Data
public class Property {
private String name;
private String FID;
private String Id;
}