Explorar el Código

解决链接close问题

zhangkun %!s(int64=5) %!d(string=hace) años
padre
commit
a10e052c62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      代码/System.Common/Context/BaseContext.cs

+ 1 - 1
代码/System.Common/Context/BaseContext.cs

@@ -7,7 +7,7 @@ namespace System.Common
7 7
 {
8 8
     public class BaseContext
9 9
     {
10
-        public static string DB_ConnectionString { get; set; }
10
+        public  string DB_ConnectionString { get; set; }
11 11
         public BaseContext()
12 12
         {
13 13
             Db = new SqlSugarClient(new ConnectionConfig()