dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
航线飞行
aix
2024-07-02
22af8b1c29515317280099df02470c68856f9021
[drone/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
amap
/
model
/
ReceiverData.java
1
2
3
4
5
6
7
8
9
10
11
package com.dji.sample.amap.model;
import lombok.Data;
@Data
public class ReceiverData {
private String tid;
private String bid;
private Object receiver;
private String error;
}