修改一版

This commit is contained in:
he
2022-07-21 14:20:44 +08:00
parent e1f3e20962
commit 25584cda9e
4 changed files with 332 additions and 120 deletions
@@ -17,5 +17,7 @@ namespace IRaCIS.Core.Application.Contracts
void FindChildQuestion(GetTrialReadingQuestionOutDto trialReadingQuestion, List<GetTrialReadingQuestionOutDto> questionlists);
Task<IResponseOutput> SubmitGlobalReadingInfo(SaveGlobalReadingInfoInDto inDto);
}
}