1
0
mirror of synced 2026-04-19 06:48:39 +08:00

增加YidHelper快速使用方法

This commit is contained in:
zhouzj
2021-03-12 14:04:39 +08:00
parent 099db1bb94
commit a873e95158

View File

@@ -43,7 +43,7 @@ namespace Yitter.IdGenerator
/// 否则将会初始化一个WorkerId为1的对象。
/// </summary>
/// <returns></returns>
public static long NewId()
public static long NextId()
{
if (_IdGenInstance == null)
{