mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 02:33:42 +08:00
refactor: user login log list for admin is ready
This commit is contained in:
9
api/go/store/vo/user_login_log.go
Normal file
9
api/go/store/vo/user_login_log.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vo
|
||||
|
||||
type UserLoginLog struct {
|
||||
BaseVo
|
||||
UserId uint `json:"user_id"`
|
||||
Username string `json:"username"`
|
||||
LoginIp string `json:"login_ip"`
|
||||
LoginAddress string `json:"login_address"`
|
||||
}
|
||||
Reference in New Issue
Block a user