Update unit test

This commit is contained in:
sunkaixuan 2022-06-27 22:04:56 +08:00
parent e9b2c295ba
commit b7d3e337aa

View File

@ -106,11 +106,11 @@ namespace OrmTest
//功能开发中 //功能开发中
db.InsertNav(list3) //db.InsertNav(list3)
.ThenInclude(z1 => z1.SchoolA) //.ThenInclude(z1 => z1.SchoolA)
.ThenInclude(z1 => z1.RoomList) //.ThenInclude(z1 => z1.RoomList)
.AsNav() //.AsNav()
.ThenInclude(z1 => z1.Books); //.ThenInclude(z1 => z1.Books);