Update GBase

This commit is contained in:
sunkaixuan
2022-08-28 13:25:46 +08:00
parent e3a719c349
commit 8f659c618a
4 changed files with 93 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ namespace GbaseTest
static void Main(string[] args)
{
Demo0_SqlSugarClient.Init();
Demo1_Queryable.Init();
Console.WriteLine("Hello World!");
}
}