From de2be8bb72ce7afb089519ea6c00bd1283a582d5 Mon Sep 17 00:00:00 2001 From: Jay <csj123456> Date: 星期五, 11 十月 2024 08:49:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/utils/dict.ts | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index b1e134b..8df18e7 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -249,7 +249,11 @@ 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', + 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