From 161f7db1475c9a001e97e5c705763cd8d829fa72 Mon Sep 17 00:00:00 2001 From: yangsy Date: Wed, 20 May 2026 12:50:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E4=BA=A4=E6=8D=A2=E6=9C=BA?= =?UTF-8?q?=E8=AF=8A=E6=96=AD=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0temperatu?= =?UTF-8?q?re=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/domain/biz/diag/ndm-switch-diag-info.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apis/domain/biz/diag/ndm-switch-diag-info.ts b/src/apis/domain/biz/diag/ndm-switch-diag-info.ts index ffffd43..6a8b51d 100644 --- a/src/apis/domain/biz/diag/ndm-switch-diag-info.ts +++ b/src/apis/domain/biz/diag/ndm-switch-diag-info.ts @@ -2,6 +2,7 @@ export interface NdmSwitchDiagInfo { [key: string]: any; cpuRatio?: string; // 因环境不同可能不存在 memoryRatio?: string; // 因环境不同可能不存在 + temperature?: number; logTime?: string; info?: { overFlowPorts?: string[];