feat: 为交换机诊断信息添加temperature字段

This commit is contained in:
yangsy
2026-05-20 12:50:27 +08:00
parent 01a2a5bda6
commit 161f7db147
@@ -2,6 +2,7 @@ export interface NdmSwitchDiagInfo {
[key: string]: any;
cpuRatio?: string; // 因环境不同可能不存在
memoryRatio?: string; // 因环境不同可能不存在
temperature?: number;
logTime?: string;
info?: {
overFlowPorts?: string[];