处理磁盘健康数据

This commit is contained in:
gaoyutao
2026-02-06 17:11:00 +08:00
parent 60db343cb0
commit 0fdce6b13b
4 changed files with 14 additions and 5 deletions
@@ -63,7 +63,7 @@ public class AllDiskName extends BaseEntity
private String type;
/** 表名 */
private String tableName;
/** 健康状态 0 不健康,1健康 */
private Long healthStatus;
/** 健康信息 */
private String healthInfo;
}
@@ -87,6 +87,8 @@ public class InitialDiskInfo extends BaseEntity
private String unit;
/** 健康状态 0-不健康 1-健康) */
private Long healthStatus;
/** 健康分数 */
private Integer healthScore;
}