查询修改

Uat_IRC_Net10
he 2026-08-13 16:43:22 +08:00
parent 2623a42ea7
commit 6dac36ba1a
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
using DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms;
using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Application.Service.Reading.Dto;
using IRaCIS.Core.Domain.Share;
@ -58,6 +59,12 @@ namespace IRaCIS.Core.Application.Service
ReadingQuestionTrialId = x.Id,
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
ShowOrder = x.ShowOrder,
Type = x.Type,
TypeValue = x.TypeValue,
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
Unit = x.Unit,
CustomUnit = x.CustomUnit,
})
.ToListAsync();