unit uIIdGenerator; interface type IIdGenerator = interface ['{C4E773E0-6E3E-410D-9F01-0826BA57BFF0}'] /// /// 生成新的Int64型Id /// function NewLong(): Int64; end; implementation end.