dashboard
repositories
filestore
activity
search
login
admin
/
drone-java
forked from
drone/drone-java
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/htxx_dev' into htxx_dev
guoshilong
2023-11-13
2caa210098644f51ff46daa33b87ce4b7f862a91
[~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;
}