From fc70a46bf84cda4fbe53332f4abd84cf1227fe95 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 11 十一月 2025 10:14:25 +0800
Subject: [PATCH] 新增气象极值
---
src/types/gasManage.d.ts | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/types/gasManage.d.ts b/src/types/gasManage.d.ts
index fc2a73c..f00cd59 100644
--- a/src/types/gasManage.d.ts
+++ b/src/types/gasManage.d.ts
@@ -25,11 +25,12 @@
title: string;
isShowUserDialog: boolean;
gasForm: {
- id: string;
- gasName: string;
- gasMolecularFormula: string;
- gasThreshold: string;
- gasUnit: string;
+ id: string | null,
+ gasCategoryId: string| null,
+ orientation: string,
+ concentration: number | string,
+ multiplication: number | string,
};
gasFormRules:{},
+ positionList: Array<any>;
}
--
Gitblit v1.9.2