修改
This commit is contained in:
@@ -235,7 +235,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public List<ReadingTableQuestionTrial> ReadingTableQuestionTrialList { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[NotMapped]
|
||||
|
||||
public List<string> ParentTriggerValueList
|
||||
{
|
||||
get
|
||||
@@ -254,7 +254,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
[NotMapped]
|
||||
|
||||
public List<string> RelevanceValueList
|
||||
{
|
||||
get
|
||||
@@ -273,7 +273,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
[NotMapped]
|
||||
|
||||
public List<CalculateInfo> CalculateQuestionList
|
||||
{
|
||||
get
|
||||
|
||||
@@ -184,7 +184,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[NotMapped]
|
||||
|
||||
public List<string> ParentTriggerValueList
|
||||
{
|
||||
get
|
||||
@@ -203,7 +203,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
[NotMapped]
|
||||
|
||||
public List<string> RelevanceValueList
|
||||
{
|
||||
get
|
||||
@@ -222,7 +222,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
[NotMapped]
|
||||
|
||||
public List<CalculateInfo> CalculateQuestionList
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user