Prechádzať zdrojové kódy

添加DataHelper进实体类

章政 8 rokov pred
rodič
commit
64f1ad386f
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      UAS-MES/Entity/SystemInf.cs

+ 2 - 0
UAS-MES/Entity/SystemInf.cs

@@ -71,5 +71,7 @@ namespace UAS_MES.Entity
         public static string CacheFilePath= Environment.GetEnvironmentVariable("windir").Substring(0, 1) + @":\UAS_MES\CacheFile\CacheInfo.xml";
         public static string CacheFilePath= Environment.GetEnvironmentVariable("windir").Substring(0, 1) + @":\UAS_MES\CacheFile\CacheInfo.xml";
 
 
         public static bool UpperCollection = true;
         public static bool UpperCollection = true;
+
+        public static DataOperate.DataHelper dh;
     }
     }
 }
 }