修改
This commit is contained in:
@@ -1097,9 +1097,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public class GetCalculateTableQuestionsOutDto
|
||||
{
|
||||
public Guid TableQuestionId { get; set; }
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
public string TableQuestionName { get; set; }
|
||||
public string QuestionName { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -160,8 +160,8 @@ namespace IRaCIS.Application.Services
|
||||
.Select(x => new GetCalculateTableQuestionsOutDto
|
||||
()
|
||||
{
|
||||
TableQuestionId = x.Id,
|
||||
TableQuestionName = x.QuestionName
|
||||
QuestionId = x.Id,
|
||||
QuestionName = x.QuestionName
|
||||
|
||||
}).ToListAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user