This commit is contained in:
he
2022-10-09 17:03:09 +08:00
parent 0389b95200
commit b9e0c3369d
11 changed files with 127 additions and 54 deletions
@@ -117,6 +117,9 @@ namespace IRaCIS.Core.Application.ViewModel
{
[NotDefault]
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
}
public class TrialQuestion
@@ -255,7 +255,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class SetTrialJudgyInfoInDto : GetTrialJudgyInfoOutDto
{
public Guid TrialReadingCriterionId { get; set; }
}
public class GetTrialJudgyInfoOutDto
@@ -323,6 +323,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
[NotDefault]
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
}