mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-06 08:48:26 +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
|
|
}
|