mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add uuid generator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package uuid
|
||||
|
||||
type UuidGenerator interface {
|
||||
GenerateUuid(uuidType UuidType) int64
|
||||
}
|
||||
Reference in New Issue
Block a user