mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 06:35:47 +08:00
10 lines
127 B
Go
10 lines
127 B
Go
package model
|
|
|
|
type LoginAccount struct {
|
|
Id uint64
|
|
Username string
|
|
|
|
// ClientUuid 客户端UUID
|
|
ClientUuid string
|
|
}
|