返回邮件标准名称
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user