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));
+ }
+ }
+
+
///
/// 允许料仓放料前拍照
///