This commit is contained in:
sunkaixuan
2018-10-14 13:15:11 +08:00
parent a82aebc243
commit 33daa85d31

View File

@@ -37,6 +37,8 @@ namespace OrmTest.Demo
it.Schools = allSchools.Where(i => i.Id == it.SchoolId).ToList();//one to many
it.Name = it.Name == null ? "null" : it.Name;
}).ToList();