This commit is contained in:
2022-09-30 14:04:28 +08:00
parent 2f7ba345d9
commit 63a49e4799
6 changed files with 20 additions and 7 deletions
@@ -753,6 +753,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
public Guid? VisistTaskId { get; set; }
}