Files
mayfly-go/server/pkg/model/login_account.go

10 lines
127 B
Go

package model
type LoginAccount struct {
Id uint64
Username string
// ClientUuid 客户端UUID
ClientUuid string
}