This commit is contained in:
sunkaixuan
2017-05-23 06:16:59 +08:00
parent edddbdbd25
commit 8b2c3fd122
17 changed files with 19 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ namespace OrmTest.UnitTest
public SqlSugarClient GetInstance()
{
SqlSugarClient db = new SqlSugarClient(new SystemTablesConfig() { ConnectionString = Config.ConnectionString, DbType = DbType.SqlServer });
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig() { ConnectionString = Config.ConnectionString, DbType = DbType.SqlServer });
return db;
}
}