mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
7 lines
78 B
Go
7 lines
78 B
Go
|
|
package model
|
||
|
|
|
||
|
|
type LoginAccount struct {
|
||
|
|
Id uint64
|
||
|
|
Username string
|
||
|
|
}
|