添加关键字查询

This commit is contained in:
2022-05-31 11:31:43 +08:00
parent dbb25ed313
commit f8a1b396b9
6 changed files with 7 additions and 28 deletions
+1
View File
@@ -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]