修改一版

This commit is contained in:
he
2022-07-22 14:12:33 +08:00
parent 494d0c53ae
commit 104c899a32
4 changed files with 78 additions and 29 deletions
@@ -15,5 +15,7 @@ namespace IRaCIS.Core.Application.Service
Task<IResponseOutput> ApplyReReading(ApplyReReadingCommand applyReReadingCommand);
Task<IResponseOutput> ConfirmReReading(ConfirmReReadingCommand agreeReReadingCommand, [FromServices] IVisitTaskHelpeService _visitTaskCommonService);
(int, IOrderedQueryable<IRUnReadSubjectView>) GetOrderReadingIQueryable(Guid trialId);
}
}