From cb0db83d592e75e2a86559ddbbe7bfcc192f28e8 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Fri, 10 Jun 2022 10:59:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Reading/Dto/ReadingClinicalDataDto.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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