This commit is contained in:
sunkaixuan 2023-10-12 15:38:31 +08:00
parent 5535cc1e32
commit 07f45fb17a

View File

@ -48,9 +48,14 @@ namespace OrmTest
{
unit00Z11C12 = it
}).ToList();
db.CodeFirst.InitTables<Unitadfafa1>();
Console.WriteLine("#### CodeFirst end ####");
}
}
public class Unitadfafa1
{
public bool xx { get; set; }
}
public enum UnitType
{
a=0,