mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Add demo
This commit is contained in:
parent
5535cc1e32
commit
07f45fb17a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user