mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
-
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user