Uat_Study
he 2022-10-13 10:06:44 +08:00
parent 88ef23955e
commit ed518fc8f5
1 changed files with 9 additions and 0 deletions

View File

@ -683,6 +683,15 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Arm ArmEnum { get; set; }
public string AgreeOrNotAnswer
{
get
{
return this.AgreeOrNot.Select(x => x.Answer).FirstOrDefault()??string.Empty;
}
}
public List<GlobalQuestionInfo> BeforeQuestionList { get; set; }
public List<GlobalQuestionInfo> AgreeOrNot { get; set; }