From 8bdc6d97d566826b99a30344b5ddb6bb78e6fa24 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 5 May 2022 08:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 584760c8..c959cbe7 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -146,6 +146,13 @@ namespace IRaCIS.Core.Infra.EFCore.Common } } + /// + /// 添加稽查 + /// + /// 新增的稽查对象 + /// 数据 + /// + /// public async Task AddInspectionRecordAsync(DataInspection add, dynamic data) { MapData(data, add); @@ -196,7 +203,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common /// - /// IsNullOrEmpty + /// 判断是否为空 /// /// ///