From 220f43bdfb1e1d1544c892697304f99e967103a4 Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期一, 22 十一月 2021 08:42:14 +0800
Subject: [PATCH] 1. 添加了扫码键盘事件的日志记录,版本号升级到1.0.4.0

---
 OPCTags.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/OPCTags.cs b/OPCTags.cs
index 1c4ea87..9e26439 100644
--- a/OPCTags.cs
+++ b/OPCTags.cs
@@ -184,6 +184,8 @@
         /// 鏄惁鏄娊妫�
         /// </summary>
         public const string SpotCheck = "M423.Box.Output.SpotCheck";
+
+        public const string Alarm = "M423.Box.Output.Alarm";
     }
     #endregion
 }

--
Gitblit v1.8.0