mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:22:26 +08:00
7 lines
116 B
Go
7 lines
116 B
Go
package model
|
|
|
|
type AccountIDCounter struct {
|
|
ID string `bson:"_id"`
|
|
AccountID uint64 `bson:"AccountID"`
|
|
}
|