From b05c43105564b174de6476835e7c55bca21fcb31 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期六, 14 九月 2024 16:56:34 +0800
Subject: [PATCH] modbus tag

---
 src/utils/constants.ts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index b21f067..360cf05 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -446,3 +446,8 @@
   SALE_OUT: 21,
   SALE_RETURN: 22
 }
+
+export const CommonEnabled = {
+  ENABLE: 1, // 启用
+  DISABLE: 0 // 禁用
+}

--
Gitblit v1.9.3