修改
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user