添加关键字查询
This commit is contained in:
@@ -55,6 +55,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[ForeignKey("ParentId")]
|
||||
public Dictionary Parent { get; set; }
|
||||
|
||||
public List<Dictionary> ChildList { get; set; } = new List<Dictionary>();
|
||||
|
||||
|
||||
[NotMapped]
|
||||
|
||||
Reference in New Issue
Block a user