diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingClinicalDataDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingClinicalDataDto.cs index 50b59c0cb..fe4dbe377 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingClinicalDataDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingClinicalDataDto.cs @@ -41,11 +41,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 要删除的对象 /// - - public List DeleteFileIds { get; set; } - - public List AddFileList { get; set; } + public List DeleteFileIds { get; set; } = new List(); + + + public List AddFileList { get; set; } = new List(); } public class FileDto