Add unit test

This commit is contained in:
sunkaixuan
2023-06-03 12:28:56 +08:00
parent 8e1a37cb01
commit 41b853d63e
2 changed files with 11 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ namespace OrmTest
/// <param name="args"></param>
static void Main(string[] args)
{
UnitSubToList.Init();
//Demo
Demo0_SqlSugarClient.Init();
Demo1_Queryable.Init();