修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-03-14 12:52:14 +08:00
parent 67b226ee44
commit 7ce2386aea
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ namespace IRaCIS.Core.Application.Service
#region DTO
public class DoctorDownloadInfo
{
public Guid Id { get; set; }
public Guid? Id { get; set; }
public string Name { get; set; }
public string ReviewerCode { get; set; }
@ -111,7 +111,7 @@ namespace IRaCIS.Core.Application.Service
{
public int Language { get; set; }
public List<Guid> DoctorIdList { get; set; }
public List<Guid?> DoctorIdList { get; set; }
}
public class GetDoctoreAttachPathCommand