mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-07 09:18:27 +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
|
|
}
|