From e787bc5515949320b1d3c6e521b9fee6b72c1d04 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 28 五月 2025 13:32:50 +0800
Subject: [PATCH] 实时监控页面推送top头部修改

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

diff --git a/src/main/java/com/whyc/dto/Real/TopDto.java b/src/main/java/com/whyc/dto/Real/TopDto.java
index 51b961e..558f932 100644
--- a/src/main/java/com/whyc/dto/Real/TopDto.java
+++ b/src/main/java/com/whyc/dto/Real/TopDto.java
@@ -22,6 +22,15 @@
     private Float restCap;              //棰勪及鍓╀綑瀹归噺
     private Float restTime;           //棰勪及鍓╀綑缁埅鏃堕棿
     private String recordtime;         //鏇存柊鏃堕棿
+    private String stationName;
+    private String provice;
+    private String city;
+    private String county;
+    private String fullName;
+    private String powerName;
+    private String devName;
+    private String battGroupName;
+
 
     public TopDto() {
         this.systemState = 0;
@@ -33,6 +42,7 @@
         this.battALmNum = 0;
         this.devALmNum = 0;
         this.pwrALmNum = 0;
+        this.allALmNum = 0;
         this.captestGroupvol = 0.0f;
         this.captestCurr = 0.0f;
         this.captestTimelong = 0;
@@ -41,5 +51,13 @@
         this.restTime = 0.0f;
         this.allALmNum = 0;
         this.recordtime = "1972-01-01 00:00:00";
+        this.stationName = "";
+        this.provice = "";
+        this.city = "";
+        this.county = "";
+        this.fullName = "";
+        this.powerName = "";
+        this.devName = "";
+        this.battGroupName = "";
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1