Queryable.Mapper()

This commit is contained in:
sunkaixuan
2018-10-14 13:10:08 +08:00
parent eb66d8ef0b
commit f5d723162c
6 changed files with 207 additions and 8 deletions

View File

@@ -20,5 +20,7 @@ namespace OrmTest.Models
public string SchoolName { get; set; }
public string School_Name { get; set; }
public string ScId { get; set; }
public School School { get; set; }
public List<School> Schools { get; set; }
}
}