1
0
mirror of synced 2026-02-22 12:57:56 +08:00
This commit is contained in:
zhouzj
2021-03-11 19:13:06 +08:00
parent 89c80a3af7
commit 71e2897e0c

View File

@@ -128,14 +128,14 @@ public class IdGeneratorOptions
/// 范围2-21要求序列数位长+机器码位长不超过22
/// 建议范围6-12。
/// </summary>
public byte WorkerIdBitLength { get; set; } = 6;//10;
public byte WorkerIdBitLength { get; set; } = 6;
/// <summary>
/// 序列数位长
/// 范围2-21要求序列数位长+机器码位长不超过22
/// 建议范围6-14。
/// </summary>
public byte SeqBitLength { get; set; } = 6;//10;
public byte SeqBitLength { get; set; } = 6;
/// <summary>
/// 最大序列数(含)