From f900b811c76deb00920ccb4b7833e6858edb365f Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 1 Apr 2025 16:18:10 +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/Document/DTO/AuditDocumentViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Document/DTO/AuditDocumentViewModel.cs b/IRaCIS.Core.Application/Service/Document/DTO/AuditDocumentViewModel.cs index 7b47daeb6..6681feee7 100644 --- a/IRaCIS.Core.Application/Service/Document/DTO/AuditDocumentViewModel.cs +++ b/IRaCIS.Core.Application/Service/Document/DTO/AuditDocumentViewModel.cs @@ -99,9 +99,9 @@ public class AuditDocumentUpdateDto public AuditDocumentType AuditDocumentTypeEnum { get; set; } - public string FileFormat { get; set; } + public string? FileFormat { get; set; } - public string FilePath { get; set; } + public string? FilePath { get; set; } public decimal? FileSize { get; set; }