diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index b3d0c4214..168cdc245 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -93,8 +93,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common /// public async Task InsertAddEntitys(List entitys, string type) { - - #region 所有 //foreach (var item in entitys) //{ diff --git a/IRaCIS.Core.Infra.EFCore/Common/Dto/DateDto.cs b/IRaCIS.Core.Infra.EFCore/Common/Dto/DateDto.cs index 730d300bf..9bd9e5ac3 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/Dto/DateDto.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/Dto/DateDto.cs @@ -13,4 +13,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto public string DateType { get; set; } } + public class TypeNameDto + { + public string TypeName { get; set; } + + + public List Types { get; set; } + } }