mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
9 lines
212 B
C#
9 lines
212 B
C#
using MongoDbTest;
|
||
//直接运行
|
||
//基于Mongodb 7.0.8+开发,低版本Mongodb可能有某些函数不支持
|
||
Cases.Init();
|
||
OrmTest.Init();
|
||
AdoTest.Init();
|
||
ExpTest.Init();
|
||
Console.WriteLine("执行完成");
|