feat: python m1版id生成器
This commit is contained in:
@@ -7,5 +7,5 @@ class SnowFlake(object):
|
||||
def __init__(self, options):
|
||||
self.Options = options
|
||||
|
||||
def NextId(self):
|
||||
def NextId(self) -> int:
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user