This commit is contained in:
sunkaixuan
2017-06-03 08:13:32 +08:00
parent 9cb3bc012e
commit 2a0887b7f7

View File

@@ -13,6 +13,5 @@ namespace OrmTest.Models
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
public string Name { get; set; }
public virtual List<Student> Students { get; set; }
}
}