模拟设备状态变更接口

This commit is contained in:
tiger_zhou 2023-07-04 15:33:29 +08:00
parent b26bd441c9
commit 07fc2194bc

View File

@ -176,6 +176,8 @@ public class Status {
+ " DEVICE_TYPE_GAMA;")
DeviceType devType;
String devName;
@Schema(description = "true = 添加false =更新")
Boolean type;
}
@Data