Uat_Study
parent
22fe5f67f9
commit
5ba7edeb6c
|
@ -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)
|
||||
//{
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue