From 67ea852973d664ab98c128412f7528e13038f34b Mon Sep 17 00:00:00 2001 From: Jay <csj123456> Date: 星期二, 24 九月 2024 08:42:38 +0800 Subject: [PATCH] 指标定义 --- src/utils/dict.ts | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 686e68a..b1e134b 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -247,5 +247,9 @@ OPCUA_SECURITY_POLICY = 'opcua_security_policy', OPCUA_SECURITY_MODE = 'opcua_security_mode', OPCUA_CONNECTION_TYPE = 'opcua_connection_type', - + HTTP_METHOD = 'http_method', + TIME_GRANULARITY = 'time_granularity', + STAT_FUNC = 'stat_func', + TIME_LIMIT = 'time_limit', + ITEM_TYPE = 'item_type', } -- Gitblit v1.9.3