返回邮件标准名称

This commit is contained in:
2023-03-01 15:28:11 +08:00
parent 6c298d54c6
commit f49fafe866
3 changed files with 9 additions and 1 deletions
@@ -76,7 +76,11 @@ namespace IRaCIS.Core.Domain.Models
public Guid? TrialReadingCriterionId { get; set; }
[Required]
[ForeignKey("TrialReadingCriterionId")]
[JsonIgnore]
public ReadingQuestionCriterionTrial TrialReadingCriterion { get; set; }
[Required]
public string FilePath { get; set; } = string.Empty;
[Required]