修改下载展示列表
continuous-integration/drone/push Build is running

This commit is contained in:
2024-05-17 15:21:06 +08:00
parent ed62de9135
commit 6e5a3a0078
2 changed files with 23 additions and 16 deletions
@@ -17,6 +17,9 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
public string TaskName { get; set; }
public Guid? SourceSubjectVisitId { get; set; }
public PackState PackState { get; set; }
public List<StudyBasicInfo> OrginalStudyList { get; set; }
public List<StudyBasicInfo> UploadStudyList { get; set; }