From e9926de241ec13f039666136cb263cbce50552d7 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 29 Jun 2022 15:54:56 +0800 Subject: [PATCH] x --- .../Service/Allocation/DTO/VisitTaskViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs index 6304e014b..67fd2ebc1 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs @@ -215,7 +215,7 @@ namespace IRaCIS.Core.Application.ViewModel public Guid? RootReReadingTaskId { get; set; } - public string TaskCode { get; set; } + public string? TaskCode { get; set; } }