1
0
mirror of synced 2026-04-18 22:38:41 +08:00

auto commit

This commit is contained in:
yitter
2021-04-08 21:05:47 +08:00
parent a82d9cb063
commit 4d58163392

View File

@@ -26,3 +26,4 @@ SetIdGenerator(options);
// 初始化以后即可在任何需要生成ID的地方调用以下方法
long newId = NextId();
```