From d916dfba2efa2d9359f5b432350a15e5ed1a0af4 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期五, 18 十月 2024 13:58:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/utils/dict.ts |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index badbf52..dab3868 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -243,16 +243,18 @@
   // ========== DATA - 数据平台模块  ==========
   DATA_FIELD_TYPE = 'data_field_type',
   TAG_DATA_TYPE = 'tag_data_type',
+  POINT_DATA_TYPE = 'point_data_type',
   IS_ENABLED = 'is_enabled',
   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',
-  POINT_TYPE = 'point_type',
-  DATA_TYPE = 'data_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',
+  DATA_POINT_TYPE = 'data_point_type',
   MINFREQID = 'minfreqid',
+  VALUETYPE = 'value_type',
 }

--
Gitblit v1.9.3