修改报告时间

This commit is contained in:
2023-03-09 16:18:26 +08:00
parent 5752a3bb68
commit 652e4d7ef1
2 changed files with 3 additions and 3 deletions
@@ -261,8 +261,8 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("ReadingQuestionCriterionTrialId")]
public ReadingQuestionCriterionTrial ReadingQuestionCriterionTrial { get; set; }
public List<ReadingTableQuestionTrial> ReadingTableQuestionTrialList { get; set; }
[JsonIgnore]
public List<ReadingTableQuestionTrial> ReadingTableQuestionTrialList { get; set; }
[NotMapped]