mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 11:13:42 +08:00
refactor: V3 版本重构已基本完成
This commit is contained in:
9
api/go/store/model/user_login_log.go
Normal file
9
api/go/store/model/user_login_log.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type UserLoginLog struct {
|
||||
BaseModel
|
||||
UserId uint
|
||||
Username string
|
||||
LoginIp string
|
||||
LoginAddress string
|
||||
}
|
||||
Reference in New Issue
Block a user