From 6c9c8ee5dc0a05d12163c385e6cf232a142a5ac3 Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Mon, 29 Jul 2024 14:00:40 +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 6f2d364bb..4b665a371 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingClinicalDataDto.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingClinicalDataDto.cs
@@ -190,10 +190,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
///
public int Size { get; set; } = 0;
- ///
- /// 文件类型
- ///
- public string Type { get; set; }
+ ///
+ /// 文件类型
+ ///
+ public string Type { get; set; } = string.Empty;
}