1
0
mirror of synced 2026-03-01 08:17:57 +08:00

auto commit

This commit is contained in:
yitter
2022-10-17 11:34:58 +08:00
parent c029cded3c
commit f57d9f1de6
18 changed files with 2315 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
unit uIIdGenerator;
interface
type
IIdGenerator = interface
['{C4E773E0-6E3E-410D-9F01-0826BA57BFF0}']
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD>Int64<36><34>Id
/// </summary>
function NewLong(): Int64;
end;
implementation
end.