chore fix

This commit is contained in:
2025-12-06 13:30:17 +08:00
parent 2972886576
commit 8aca372fc1
43 changed files with 984 additions and 595 deletions

View File

@@ -12,7 +12,7 @@ namespace Atomx.Data.Services
///
/// </summary>
/// <returns></returns>
long NewId();
long CreateId();
}
/// <summary>
@@ -39,7 +39,7 @@ namespace Atomx.Data.Services
///
/// </summary>
/// <returns></returns>
public long NewId()
public long CreateId()
{
return IdCreator.CreateId();
}