dashboard
repositories
filestore
activity
search
login
yskj
/
iot_drone_api
无人机项目后端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
What's new? 1. Wayline management: added `pause wayline task` and `recover ...
sean.zhou
2023-04-25
694b9483c7a551626244cbc222c602ea9ff74094
[yskj/iot_drone_api.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
manage
/
model
/
receiver
/
FirmwareProgressExtReceiver.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.dji.sample.manage.model.receiver;
import lombok.Data;
/**
* @author sean
* @version 1.4
* @date 2023/3/30
*/
@Data
public class FirmwareProgressExtReceiver {
private Long rate;
}