This commit is contained in:
he
2023-06-30 10:50:12 +08:00
parent 808dfe7d31
commit 276e7ee729
2 changed files with 6 additions and 0 deletions
@@ -122,6 +122,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetCRCConfirmListOutDto
{
/// <summary>
/// 受试者ID
/// </summary>
public Guid SubjectId { get; set; }
public Guid ReadModuleId { get; set; }
public bool IsPMConfirm { get; set; }