修改一版

This commit is contained in:
he
2022-07-04 17:46:53 +08:00
parent c2370c16fc
commit bfe037a672
4 changed files with 56 additions and 3 deletions
@@ -0,0 +1,13 @@
using IRaCIS.Core.Application.Service.Reading.Dto;
namespace IRaCIS.Core.Application.Contracts
{
public interface IReadingMedicalReviewService
{
Task<IResponseOutput> FinishMedicalReview(FinishMedicalReviewInDto inDto);
}
}