This commit is contained in:
he
2023-09-22 16:07:33 +08:00
parent 5399c89d8e
commit a8212404ba
3 changed files with 13 additions and 19 deletions
@@ -1036,6 +1036,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? FirstAddTaskId { get; set; }
public QuestionType? QuestionType { get; set; }
public string? OrderMark { get; set; } = string.Empty;
}
public class GetReadingQuestionAndAnswerInDto
{