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 unit00Z11C12 = it
}).ToList(); }).ToList();
db.CodeFirst.InitTables<Unitadfafa1>();
Console.WriteLine("#### CodeFirst end ####"); Console.WriteLine("#### CodeFirst end ####");
} }
} }
public class Unitadfafa1
{
public bool xx { get; set; }
}
public enum UnitType public enum UnitType
{ {
a=0, a=0,