Uat_Study
he 2022-05-24 17:31:02 +08:00
parent 22fe5f67f9
commit 5ba7edeb6c
2 changed files with 7 additions and 2 deletions

View File

@ -93,8 +93,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
/// <param name="entitys"></param>
public async Task InsertAddEntitys(List<EntityEntry> entitys, string type)
{
#region 所有
//foreach (var item in entitys)
//{

View File

@ -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<Type> Types { get; set; }
}
}