[JsonIgnore]
This commit is contained in:
@@ -9,7 +9,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[Table("Dictionary")]
|
||||
public partial class Dictionary : Entity, IAuditUpdate, IAuditAdd
|
||||
{
|
||||
|
||||
[JsonIgnore]
|
||||
public List<DoctorDictionary> DoctorDicRelationList { get; set; } = new List<DoctorDictionary>();
|
||||
|
||||
public string ChildGroup { get; set; }
|
||||
@@ -47,14 +47,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Guid? ConfigTypeId { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("ConfigTypeId")]
|
||||
public Dictionary ConfigDictionary { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("ParentId")]
|
||||
public Dictionary Parent { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public List<Dictionary> ChildList { get; set; } = new List<Dictionary>();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user