dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化图片压缩下载使用多线程
rain
2024-07-20
bf7a9ef439e3b49268974d564107999619b2b4fd
[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;
}