+13
@@ -8,6 +8,19 @@ namespace IRaCIS.Core.Application.Service
|
||||
public interface IGeneralCalculateService
|
||||
{
|
||||
|
||||
Task<List<ReadingReportDto>> GetReadingReportQuestion(
|
||||
List<ReadingQuestionTrial>? questionList,
|
||||
List<VisitTaskInfo> taskInfoList,
|
||||
List<Globalanswer>? globalanswerList,
|
||||
List<ReadingTaskQuestionAnswer>? answers,
|
||||
List<TableAnsweRowInfo>? tableAnsweRowInfos,
|
||||
List<ReadingTableQuestionTrial> tableQuestionList,
|
||||
List<ReadingTableAnswerRowInfo> alltableAnsweRowInfos,
|
||||
List<ReadingTableQuestionAnswer> tableAnswers,
|
||||
List<OrganInfo> organInfos,
|
||||
List<QuestionMark?> needChangeType
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// 获取ReadingCalculateDto
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user