From b8017e80af4b24d7c9fd5cfffc9104a6efa0706e Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期日, 29 九月 2024 08:54:18 +0800
Subject: [PATCH] 模型库页面优化

---
 src/utils/dict.ts |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index 5d9fac8..8df18e7 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -248,5 +248,12 @@
   OPCUA_SECURITY_MODE = 'opcua_security_mode',
   OPCUA_CONNECTION_TYPE = 'opcua_connection_type',
   HTTP_METHOD = 'http_method',
-
+  TIME_GRANULARITY = 'time_granularity',
+  DATA_STAT_FUNC = 'data_stat_func',
+  IND_TIME_LIMIT = 'ind_time_limit',
+  IND_ITEM_TYPE = 'ind_item_type',
+  COM_IS_INT = 'com_is_int',
+  POINT_TYPE = 'point_type',
+  DATA_TYPE = 'data_type',
+  MINFREQID = 'minfreqid',
 }

--
Gitblit v1.9.3