mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Add unit test
This commit is contained in:
parent
3369cd93a7
commit
5970a0b782
@ -26,6 +26,9 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
throw new Exception("unit error");
|
throw new Exception("unit error");
|
||||||
}
|
}
|
||||||
|
var list3 = db.Queryable<UnitPerson011>()
|
||||||
|
.Includes(x => x.adds)
|
||||||
|
.Where(x=>x.adds.Id==1).ToList();
|
||||||
}
|
}
|
||||||
[SqlSugar.SugarTable("UnitPerson0x1x1")]
|
[SqlSugar.SugarTable("UnitPerson0x1x1")]
|
||||||
public class UnitPerson011
|
public class UnitPerson011
|
||||||
|
Loading…
Reference in New Issue
Block a user