1
0
mirror of synced 2026-02-23 05:17:55 +08:00
This commit is contained in:
zhouzj
2021-03-11 18:48:24 +08:00
parent cfe14f11ee
commit 2f5544f520
2 changed files with 10 additions and 0 deletions

View File

@@ -135,6 +135,16 @@ public class IdGeneratorOptions
public int TopOverCostCount { get; set; } = 2000;
```
## 生成的ID示例
```
129053495681099 (默认配置运行运行1年)
387750301904971 (默认配置运行运行3年)
646093214093387 (默认配置运行运行5年)
9007199254740992 js Number 最大值)
```
## 技术支持
QQ群646049993

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB