From b1996cd1823d1fbd5c80f2f6d8f33db33a1bde18 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期二, 27 五月 2025 16:55:44 +0800
Subject: [PATCH] 实时监控页面推送top头部修改

---
 src/main/java/com/whyc/dto/Real/TopDto.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/whyc/dto/Real/TopDto.java b/src/main/java/com/whyc/dto/Real/TopDto.java
index daa3dd3..8d76d6f 100644
--- a/src/main/java/com/whyc/dto/Real/TopDto.java
+++ b/src/main/java/com/whyc/dto/Real/TopDto.java
@@ -20,7 +20,7 @@
     private Integer captestTimelong;    //娴嬭瘯鏃堕暱
     private Float captestCap;           //娴嬭瘯瀹归噺
     private Float restCap;              //棰勪及鍓╀綑瀹归噺
-    private Integer restTime;           //棰勪及鍓╀綑缁埅鏃堕棿
+    private Float restTime;           //棰勪及鍓╀綑缁埅鏃堕棿
 
     public TopDto() {
         this.systemState = 0;
@@ -37,7 +37,7 @@
         this.captestTimelong = 0;
         this.captestCap = 0.0f;
         this.restCap = 0.0f;
-        this.restTime = 0;
+        this.restTime = 0.0f;
         this.allALmNum = 0;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1