0
0

该设备类型下已有设备,无法修改设备类型名称!!!

This commit is contained in:
2025-12-26 16:21:33 +08:00
parent af42a2199c
commit d7c4d22de3
12 changed files with 19 additions and 31 deletions

View File

@ -98,6 +98,7 @@ public class DeviceControlCenterController extends BaseController {
return R.ok(appDeviceService.getDeviceInfo(deviceMac));
}
/**
* 指令下发记录
*/
@ -106,6 +107,7 @@ public class DeviceControlCenterController extends BaseController {
return appDeviceService.getInstructionRecord(dto, pageQuery);
}
/**
* 导出
*/