修改
This commit is contained in:
@@ -154,7 +154,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public string Remark { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 类型值
|
||||
/// </summary>
|
||||
@@ -275,6 +274,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// 类型值
|
||||
/// </summary>
|
||||
public string TypeValue { get; set; }
|
||||
|
||||
public string GroupName { get; set; }
|
||||
}
|
||||
|
||||
public class SetTrialQuestionIsIsJudgeQuestionInDto
|
||||
|
||||
@@ -218,6 +218,7 @@ namespace IRaCIS.Application.Services
|
||||
QuestionId = x.Id,
|
||||
QuestionName = x.QuestionName,
|
||||
TypeValue=x.TypeValue,
|
||||
GroupName = x.GroupName,
|
||||
}).ToListAsync();
|
||||
|
||||
return questionList;
|
||||
@@ -472,6 +473,7 @@ namespace IRaCIS.Application.Services
|
||||
QuestionId = x.Id,
|
||||
QuestionName = x.QuestionName,
|
||||
TypeValue = x.TypeValue,
|
||||
GroupName=x.GroupName,
|
||||
}).ToListAsync();
|
||||
|
||||
return questionList;
|
||||
|
||||
Reference in New Issue
Block a user