mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 01:06:39 +08:00
10 lines
137 B
Go
10 lines
137 B
Go
package model
|
|
|
|
type UserLoginLog struct {
|
|
BaseModel
|
|
UserId uint
|
|
Username string
|
|
LoginIp string
|
|
LoginAddress string
|
|
}
|