From 0a2513245c0736df7fcc271e11f56e5433db70a2 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 5 Jan 2024 17:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7net8=20=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E4=B8=A5=E6=A0=BC=E4=BA=86?= 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 dfd96079c..412f1026d 100644 --- a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs +++ b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs @@ -298,7 +298,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO public T Data { get; set; } - public SignDTO SignInfo { get; set; } + public SignDTO? SignInfo { get; set; } }