mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
6 lines
110 B
C#
6 lines
110 B
C#
using SqlSugar;
|
|
using OrmTest;
|
|
_1_CodeFirst.Init();
|
|
Console.WriteLine("DEMO执行完成");
|
|
Console.Read();
|