Browse Source

修改BUG

章政 8 years ago
parent
commit
53c9bc6962
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MES接口/DataHelper.cs

+ 1 - 1
MES接口/DataHelper.cs

@@ -11,7 +11,7 @@ namespace MES_Interface
     /// </summary>
     class DataHelper
     {
-        //系统默认的的连接字符串
+        //系统默认的的连接字符串  
         private string ConnectionStrings = "";
         //用户选择的数据库的连接字符串
         public static OracleConnection connection = null;