遗漏SubjectId

This commit is contained in:
2023-10-18 10:22:25 +08:00
parent d88a0412a0
commit 6019fdbe36
2 changed files with 9 additions and 0 deletions
@@ -49,6 +49,7 @@ namespace IRaCIS.Core.Application.Service.Third_partyProject.DTO
public class VisitTaskDTO_UltrasonicDicom
{
public Guid Id { get;set; }
public Guid SubjectId { get; set; }
public String TrialSiteCode { get; set; } = String.Empty;
public string SubjectCode { get; set; } = String.Empty;
public string UserName { get; set; }