From e911305aaa959b13166a20615b97da946daace3f Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Fri, 30 Dec 2022 10:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=BD=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Common/DTO/FrontAuditConfigViewModel.cs | 3 --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 5 ----- 2 files changed, 8 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs index 5b1d07356..2a9ce44dd 100644 --- a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs +++ b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs @@ -290,9 +290,6 @@ namespace IRaCIS.Core.Application.ViewModel //byzhouahng - public bool IsTableFiled { get; set; } = false; - public string TableFiledName { get; set; } = String.Empty; - public string TableConfigJsonStr { get; set; } = String.Empty; public string UrlConfigJsonStr { get; set; } = String.Empty; diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 2d27a3296..71f46279a 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -2337,11 +2337,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common - - - - - /// /// 获取稽查记录的标识符 部分业务会进行特殊处理 ///