rain
2024-03-27 6e72f5dbd8c85c48d6359e972e8ae41dfd6c6d93
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;
 
}