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`)