修复工作

This commit is contained in:
2025-09-30 20:27:56 +08:00
parent e77a2f7cff
commit 1f22d777e9
4 changed files with 30 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package com.ruoyi.web.controller.video;
import java.util.List;
import jakarta.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
@@ -33,6 +34,9 @@ import com.ruoyi.common.core.page.TableDataInfo;
public class DeviceController extends BaseController {
@Autowired
private IDeviceService deviceService;
@Value("${server.port:8080}")
private String serverPort;
/**
* 查询设备列表