处理磁盘健康数据
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user