Browse Source

edit

tags/v1.0.0
zhouzj 4 years ago
parent
commit
89c80a3af7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -99,7 +99,7 @@ var options = new IdGeneratorOptions()
var newId = new YitIdGenerator(options).NewLong(); var newId = new YitIdGenerator(options).NewLong();
``` ```


## options说明
#### options说明
options参数(Method、StartTime除外)只支持漂移算法,不支持传统雪花算法。 options参数(Method、StartTime除外)只支持漂移算法,不支持传统雪花算法。


``` ```


Loading…
Cancel
Save