From 5ba7edeb6ccfa48a7418a22869ab7502636fa004 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Tue, 24 May 2022 17:31:02 +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
---
IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 2 --
IRaCIS.Core.Infra.EFCore/Common/Dto/DateDto.cs | 7 +++++++
2 files changed, 7 insertions(+), 2 deletions(-)
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; }
+ }
}