dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Waylinefile新增根据ID修改文件名称,workspace新增根据id查找信息
rain
2024-04-02
d016b04e9beb8d1cb039188dd979d8805d9aa394
[drone/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
control
/
model
/
param
/
RemoteDebugParam.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.dji.sample.control.model.param;
import lombok.Data;
/**
* @author sean
* @version 1.3
* @date 2022/11/14
*/
@Data
public class RemoteDebugParam {
private Integer action;
}