下发控制指令接口修改

This commit is contained in:
mi9688
2024-12-19 21:55:56 +08:00
parent c88658fd06
commit 794a7efa3e
3 changed files with 9 additions and 9 deletions

View File

@ -11,5 +11,5 @@ public class DeviceOperationDTO {
private String operationType;
private String operationCode;
private Integer operationCode;
}