This commit is contained in:
sunkaixuan
2018-10-13 11:03:25 +08:00
parent 6b9b23809c
commit a495651828
3 changed files with 27 additions and 3 deletions

View File

@@ -18,5 +18,7 @@ namespace OrmTest.Models
public class ViewModelStudent3: Student
{
public string SchoolName { get; set; }
public string School_Name { get; set; }
public string ScId { get; set; }
}
}