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