dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增临时文件自动删除定时器,增加巡河喊话,修改水印文件上传方式
rain
2024-07-17
0d02d968ba0626009dfddfccda2ded84a118a88c
[drone/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;
}