修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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
|
||||
|
|
Loading…
Reference in New Issue