dashboard
repositories
filestore
activity
search
login
admin
/
drone-java
forked from
drone/drone-java
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
无人机 -执行飞行任务
shenyijian
2023-12-19
ecdd1add809811170ecb6bbef8941bcac7c349f8
[~admin/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
component
/
mqtt
/
model
/
SetReply.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.dji.sample.component.mqtt.model;
import lombok.Data;
/**
* @author sean
* @version 1.3
* @date 2022/10/28
*/
@Data
public class SetReply {
private Integer result;
}