diff --git a/Src/Asp.NetCore2/CustomDbTest/Program.cs b/Src/Asp.NetCore2/CustomDbTest/Program.cs index 76b39b79e..faac27e0f 100644 --- a/Src/Asp.NetCore2/CustomDbTest/Program.cs +++ b/Src/Asp.NetCore2/CustomDbTest/Program.cs @@ -24,6 +24,8 @@ namespace OrmTest //执行Demo Demo.Init(); + + Console.WriteLine("all successfully."); Console.ReadKey(); }