This commit is contained in:
he
2023-01-31 18:23:39 +08:00
parent d20f566ee3
commit d295d29756
2 changed files with 3 additions and 1 deletions
@@ -528,6 +528,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid VisitTaskId { get; set; }
public Guid TrialId { get; set; }
public bool IsCalculate { get; set; } = true;
}
public class GetReadingQuestionAndAnswerOutDto: GetReadingTableQuestionOutDto