From b61aa126602fd7512a49e92ff6aadf91761a2f82 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Thu, 04 Dec 2025 09:57:10 +0800
Subject: [PATCH] 新项目

---
 src/types/monitorData.d.ts |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/src/types/monitorData.d.ts b/src/types/monitorData.d.ts
index aef6fa0..824600c 100644
--- a/src/types/monitorData.d.ts
+++ b/src/types/monitorData.d.ts
@@ -38,10 +38,13 @@
                 startTime: string;
                 endTime: string;
                 time: Array<any>;
-                gas: string;
+                gas: string | number;
+                position: number | null;
             }
         };
         gasList: Array<any>;
+        positionList: Array<any>;
+        excelData: Array<any>;
     }
 }
 
@@ -64,13 +67,14 @@
             pageSize: number;
             searchParams: {
                 time: Array<any>;
-                gas: string;
-                area: string;
+                gas: string | number;
+                area: string |number;
             }
         };
         gasList: Array<any>;
         areaList: Array<any>;
-    }
+        excelData: Array<any>;
+    },
 }
 
 export interface TableWeatherRow {
@@ -93,8 +97,14 @@
             searchParams: {
                 time: Array<any>;
                 weatherType: string;
+                dateType?: number | string,
+                date?: number | string
             }
         };
         weatherTypeList: Array<any>;
+        dateTypeList?: Array<any>;
+        max?: number,
+        min?: number,
+        avg?:number
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.2