设备日志

This commit is contained in:
2025-07-29 15:22:09 +08:00
parent 984081ac98
commit abd6d3aa3c
2 changed files with 32 additions and 20 deletions

View File

@ -102,4 +102,5 @@ public class DeviceLogController extends BaseController {
@PathVariable Long[] ids) {
return toAjax(deviceLogService.deleteWithValidByIds(List.of(ids), true));
}
}