guid 生成修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-09-17 12:26:18 +08:00
parent 961ca49f76
commit 5990477fdc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace IRaCIS.Core.Infra.EFCore
{
public override Guid Next(EntityEntry entry)
{
return NewId.NextGuid();
return NewId.NextSequentialGuid();
}
public override bool GeneratesTemporaryValues => false;
}