Update pgsql unit

This commit is contained in:
sunkaixuan
2022-03-02 14:55:38 +08:00
parent cf228b4155
commit abd736aa9b
5 changed files with 56 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace OrmTest
}
}
});
public static SqlSugarClient singleDb = new SqlSugarClient(new ConnectionConfig()
public static SqlSugarScope singleDb = new SqlSugarScope(new ConnectionConfig()
{
DbType = DbType.PostgreSQL,
ConnectionString = Config.ConnectionString,