From 5d50ef975cbd36127e46ed76fd120924a3b4c334 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 20 Mar 2023 11:37:15 +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 --- IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs b/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs index d2732d6cb..1c72b5ed9 100644 --- a/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs +++ b/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs @@ -82,7 +82,7 @@ namespace IRaCIS.Application.Contracts { public Guid? ReadingCriterionId { get; set; } - public string DictionaryCode { get; set; } + public string DictionaryCode { get; set; } = string.Empty; public List DictionaryCodeList { get; set; } = new List();