From 07b66f7afd017a9acf5df30c80fdde8475eae11f Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 8 Jun 2022 09:38:17 +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/Inspection/DTO/InspectionModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs index 64353b698..6c663728a 100644 --- a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs +++ b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs @@ -361,7 +361,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO public decimal? VisitNum { get; set; } - public bool InPlan { get; set; } + public bool? InPlan { get; set; } public string OptTypeName { get; set; } = string.Empty;