unit uIIdGenerator; interface type IIdGenerator = interface ['{C4E773E0-6E3E-410D-9F01-0826BA57BFF0}'] /// <summary> /// µInt64Id /// </summary> function NewLong(): Int64; end; implementation end.
雪花算法中非常好用的数字ID生成器