From 1fa56cc36f03d7e6894c955e82059eaba3516402 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 5 May 2022 11:09:45 +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/Common/DTO/FrontAuditConfigViewModel.cs | 6 ++++++ IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs index 0c63d8a67..e85dd43f9 100644 --- a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs +++ b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs @@ -242,6 +242,12 @@ namespace IRaCIS.Core.Application.ViewModel public string ForeignKeyText { get; set; } = string.Empty; + /// + /// 接口名 + /// + + public string InterfaceName { get; set; } = string.Empty; + } diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index ea74da4e7..659cd893f 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -324,7 +324,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common #endregion } - + /// /// 格式化日期和时间