From 7e3f9720ad211305855b35d23e41600c92679496 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 23 Apr 2025 17:28:46 +0800 Subject: [PATCH] Update demo --- Src/Asp.NetCore2/CustomDbTest/Program.cs | 2 ++ 1 file changed, 2 insertions(+) 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(); }