public interface IdGenerator
| 限定符和类型 | 方法和说明 |
|---|---|
String |
nextFixedStringId()
固定19位长度,字符串格式的ID
|
long |
nextId()
获取ID
|
long[] |
nextId(int size)
批量获取ID
|
String |
nextStringId()
字符串格式的ID
|
Copyright © 2019. All rights reserved.