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

This commit is contained in:
he
2025-03-14 12:52:14 +08:00
parent 67b226ee44
commit 7ce2386aea
@@ -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