mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
iot相关修改
This commit is contained in:
parent
a610f5e067
commit
701b2423dd
@ -15,7 +15,7 @@ import java.io.Serializable;
|
|||||||
@Data
|
@Data
|
||||||
public class DeviceCtlDto implements Serializable {
|
public class DeviceCtlDto implements Serializable {
|
||||||
|
|
||||||
private String method;
|
private String method = "method";
|
||||||
private Params params;
|
private Params params;
|
||||||
private Boolean persistent = false;
|
private Boolean persistent = false;
|
||||||
private Integer timeout = 5000;
|
private Integer timeout = 5000;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user