Update GBase

This commit is contained in:
sunkaixuan
2022-08-28 14:32:34 +08:00
parent 1eae189b6e
commit 8ef4d41b15
3 changed files with 12 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ namespace GbaseTest
{
Demo0_SqlSugarClient.Init();
Demo1_Queryable.Init();
Demo3_Insertable.Init();
Console.WriteLine("Hello World!");
}
}