auto commit
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
pub struct IdGeneratorOptions {
|
||||
/// 雪花计算方法,(1-漂移算法|2-传统算法),默认1
|
||||
pub Method: u8,
|
||||
/// 基础时间,不能超过当前系统时间
|
||||
/// 基础时间(ms单位),不能超过当前系统时间
|
||||
pub BaseTime: i64,
|
||||
/// 机器码,与 WorkerIdBitLength 有关系
|
||||
pub WorkerId: u32,
|
||||
|
||||
Reference in New Issue
Block a user