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-25
41dc2ca8393e40e9efb8a6bf05f2ab1400d80215
[~admin/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;
}