Uat_Study
parent
88ef23955e
commit
ed518fc8f5
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue