mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
update
2
实体关系.md
2
实体关系.md
@@ -62,7 +62,7 @@ class Group {
|
||||
public int Id { get; set; } //Id、GroupId、Group_id
|
||||
|
||||
public int ParentId { get; set; } //ParentId、Parent_id
|
||||
public Tag Parent { get; set; }
|
||||
public Group Parent { get; set; }
|
||||
|
||||
public ICollection<Group> Childs { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user