From 136b59b0744973dcc0efed4e5e986841030aed93 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 28 Jul 2022 10:05:18 +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/ReadingMedicalReviewDto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs index b23b0c9ca..b2adabdb0 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs @@ -45,9 +45,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public MedicalReviewAuditState? AuditState { get; set; } - public string SubjectCode { get; set; } + public string SubjectCode { get; set; } = string.Empty; - public string TaskBlindName { get; set; } + public string TaskBlindName { get; set; } = string.Empty; public ReadingCategory? ReadingCategory { get; set; }