This commit is contained in:
he
2023-09-22 16:13:39 +08:00
parent a8212404ba
commit 6e1c6fbc49
2 changed files with 2 additions and 2 deletions
@@ -1037,7 +1037,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public QuestionType? QuestionType { get; set; }
public string? OrderMark { get; set; } = string.Empty;
public string? OrderMarkName { get; set; } = string.Empty;
}
public class GetReadingQuestionAndAnswerInDto
{