IRC_NewDev
he 2023-09-22 16:13:39 +08:00
parent a8212404ba
commit 6e1c6fbc49
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -82,7 +82,7 @@ namespace IRaCIS.Core.Domain.Models
public QuestionType? QuestionType { get; set; }
public string? OrderMark { get; set; } = string.Empty;
public string? OrderMarkName { get; set; } = string.Empty;
}