1
0
mirror of synced 2025-12-17 10:38:10 +08:00

修改参数注释

This commit is contained in:
yitter
2021-04-06 11:09:49 +08:00
parent 56af98fcfc
commit 5826b6aa1c
5 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ namespace Yitter.IdGenerator
/// <summary>
/// 最小序列数(含)
/// 默认值5取值范围 [5, MaxSeqNumber]每毫秒的前5个序列数对应编号0-4是保留位其中1-4是时间回拨相应预留位0是手工新值预留位
/// 默认值5取值范围 [5, MaxSeqNumber]每毫秒的前5个序列数对应编号0-4是保留位其中1-4是时间回拨相应预留位0是手工新值预留位
/// </summary>
public virtual ushort MinSeqNumber { get; set; } = 5;