自动领取下一个质控

This commit is contained in:
he
2023-08-09 11:43:47 +08:00
parent dc63f1c735
commit 3cd37c2be6
4 changed files with 140 additions and 10 deletions
@@ -60,6 +60,20 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? HandleUserId { get; set; }
}
public class GetNextIQCQualityInDto
{
[NotDefault]
public Guid TrialId { get; set; }
public Guid SubjectId { get; set; }
}
public class GetNextIQCQualityOutDto
{
public Guid? SubjectId { get; set; }
public Guid? VisitId { get; set; }
}
public class CRCRequestToQCCommand
{