IRC_NewDev
parent
a8212404ba
commit
6e1c6fbc49
|
@ -1037,7 +1037,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public QuestionType? QuestionType { get; set; }
|
public QuestionType? QuestionType { get; set; }
|
||||||
|
|
||||||
public string? OrderMark { get; set; } = string.Empty;
|
public string? OrderMarkName { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
public class GetReadingQuestionAndAnswerInDto
|
public class GetReadingQuestionAndAnswerInDto
|
||||||
{
|
{
|
||||||
|
|
|
@ -82,7 +82,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public QuestionType? QuestionType { get; set; }
|
public QuestionType? QuestionType { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public string? OrderMark { get; set; } = string.Empty;
|
public string? OrderMarkName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue