This commit is contained in:
he
2023-03-16 16:34:44 +08:00
parent 0e57d5d505
commit 54db21b08d
2 changed files with 3 additions and 2 deletions
@@ -309,7 +309,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetTaskAdditionalQuestionInDto
{
public Guid TrialReadingCriterionId { get; set; }
//public Guid TrialReadingCriterionId { get; set; }
public Guid VisitTaskId { get; set; }
}