This commit is contained in:
sunkaixuan
2025-04-07 18:57:59 +08:00
parent 6f50ac1b95
commit 05f3209812
4 changed files with 48 additions and 5 deletions

View File

@@ -7,7 +7,8 @@ namespace OrmTest
public class Program
{
static void Main(string[] args)
{
{
UnitStringToExp.Init();
//Each example will automatically create a table and can run independently.
//每个例子都会自动建表 并且可以独立运行
_1_CodeFirst.Init();