From 222984fbae4e2456516b8575d202b835793f7e42 Mon Sep 17 00:00:00 2001 From: YYD-YY <2962062657@qq.com> Date: Thu, 16 Oct 2025 21:59:43 +0800 Subject: [PATCH] =?UTF-8?q?10.16=20=E8=AE=BE=E5=A4=87=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=9B=BE=E7=89=87=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/alops/system/domain/dto/MonitorListDto.java | 2 +- .../src/main/resources/mapper/system/EquBaseMapper.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ALOps_sys_backend/alops-system/src/main/java/com/alops/system/domain/dto/MonitorListDto.java b/ALOps_sys_backend/alops-system/src/main/java/com/alops/system/domain/dto/MonitorListDto.java index 6c146d16..bf07d07c 100644 --- a/ALOps_sys_backend/alops-system/src/main/java/com/alops/system/domain/dto/MonitorListDto.java +++ b/ALOps_sys_backend/alops-system/src/main/java/com/alops/system/domain/dto/MonitorListDto.java @@ -20,7 +20,7 @@ public class MonitorListDto { private String deviceLevel; private String location; private String status; - + private String equImage; // 监控指标 private Float cpuUtilization; private String health; diff --git a/ALOps_sys_backend/alops-system/src/main/resources/mapper/system/EquBaseMapper.xml b/ALOps_sys_backend/alops-system/src/main/resources/mapper/system/EquBaseMapper.xml index 1fe44e47..4e0c876c 100644 --- a/ALOps_sys_backend/alops-system/src/main/resources/mapper/system/EquBaseMapper.xml +++ b/ALOps_sys_backend/alops-system/src/main/resources/mapper/system/EquBaseMapper.xml @@ -200,6 +200,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" c.equTypeName, c.equManuId, c.equManuName, + c.equImage, c.version, c.deviceLevel, c.location, @@ -219,6 +220,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" t.name AS equTypeName, b.manufacture AS equManuId, m.name AS equManuName, + b.equ_image AS equImage, b.version, b.device_level AS deviceLevel, b.location,