Update Demo

This commit is contained in:
sunkaixuan
2019-06-04 13:29:07 +08:00
parent a97843b3b6
commit 996bef1aa1
21 changed files with 51 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ namespace OrmTest
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
{
DbType = DbType.SqlServer,
DbType = DbType.MySql,
ConnectionString = Config.ConnectionString,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true,