From 845dac2c83d947367c55062017b85051971467cf Mon Sep 17 00:00:00 2001 From: lhiven Date: Fri, 2 Aug 2024 16:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=AF=E7=94=A8=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Commom/GlobalVar.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Rs.DeweyTester/Commom/GlobalVar.cs b/Rs.DeweyTester/Commom/GlobalVar.cs index 5c0c4ea..2e0340e 100644 --- a/Rs.DeweyTester/Commom/GlobalVar.cs +++ b/Rs.DeweyTester/Commom/GlobalVar.cs @@ -17,6 +17,19 @@ namespace Rs.Framework { #region newpro + /// + /// 启用虚拟二维码 + /// + [ParameterInit("bool", "false", "system", "启用虚拟二维码")] + public static bool EnableVirtualBarCode + { + get + { + return SysConfigParam.GetValue(nameof(EnableVirtualBarCode)); + } + } + + /// /// 允许料仓放料前拍照 ///