示例#1
0
def MakeUID():
    return Utils.UIDMaker(settings.UID_PREFIX)
示例#2
0
def MakeNoPrefixUID():
    return Utils.UIDMaker()