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 - - - - - /// /// 获取稽查记录的标识符 部分业务会进行特殊处理 ///