From a1552e34b43eeb67bb9951df3a59c99907def6fc Mon Sep 17 00:00:00 2001 From: gaoyutao Date: Mon, 2 Mar 2026 17:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=A3=81=E7=9B=98=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=BB=BA=E8=A1=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/system/EpsInitialTrafficDataMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tongran-modules/tongran-system/src/main/resources/mapper/system/EpsInitialTrafficDataMapper.xml b/tongran-modules/tongran-system/src/main/resources/mapper/system/EpsInitialTrafficDataMapper.xml index 8ff25c2..61d3ad9 100644 --- a/tongran-modules/tongran-system/src/main/resources/mapper/system/EpsInitialTrafficDataMapper.xml +++ b/tongran-modules/tongran-system/src/main/resources/mapper/system/EpsInitialTrafficDataMapper.xml @@ -223,6 +223,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" `type` varchar(255) COMMENT '磁盘类型', `used_space` bigint(20) COMMENT '已用空间', `health_status` int(2) COMMENT '健康状态(0-不健康,1-健康)', + `health_score` int(10) COMMENT '健康分数', PRIMARY KEY (`id`), UNIQUE KEY uk_client_disk_time (`client_id`, `name`, `create_time`), INDEX idx_clent_type_time(`client_id`, `create_time`, `type`)