Files
SqlSugar/Src/Asp.NetCore2/MongoDbTest/Program.cs
sunkaixuan b26fbc6073 Demo
2025-07-30 13:16:44 +08:00

9 lines
212 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using MongoDbTest;
//直接运行
//基于Mongodb 7.0.8+开发低版本Mongodb可能有某些函数不支持
Cases.Init();
OrmTest.Init();
AdoTest.Init();
ExpTest.Init();
Console.WriteLine("执行完成");