修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user