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

7 lines
78 B
Go
Raw Normal View History

2021-04-16 15:10:07 +08:00
package model
type LoginAccount struct {
Id uint64
Username string
}