@@ -2500,6 +2500,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid ReadingQuestionId { get; set; }
|
||||
public string QuestionName { get; set; } = string.Empty;
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
public ShowQuestion ShowQuestion { get; set; }
|
||||
public string TypeValue { get; set; } = string.Empty;
|
||||
public int ShowOrder { get; set; }
|
||||
public string Answer { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user