This commit is contained in:
sunkaixuan
2017-04-09 17:03:07 +08:00
parent 40f93b2109
commit fb48a5426e
3 changed files with 42 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ namespace OrmTest.Models
}
public class ViewModelStudent2
{
public string Name { get; set; }
public Student Student { get; set; }
}
}