[JsonIgnore]
This commit is contained in:
@@ -15,7 +15,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[Table("VisitPlanInfluenceStat")]
|
||||
public class VisitPlanInfluenceStat : Entity, IAuditAdd
|
||||
{
|
||||
|
||||
[JsonIgnore]
|
||||
public List<VisitPlanInfluenceStudy> InfluenceStudyList { get; set; }=new List<VisitPlanInfluenceStudy>();
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
@@ -38,6 +38,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[Required]
|
||||
public int InconsistentCount { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("CreateUserId")]
|
||||
public User CreateUser { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user