Files
hk4e/dispatch/model/account_id_counter.go
2022-11-28 16:15:07 +08:00

7 lines
116 B
Go

package model
type AccountIDCounter struct {
ID string `bson:"_id"`
AccountID uint64 `bson:"AccountID"`
}