mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-10 22:02:09 +08:00
集成完成
This commit is contained in:
13
base/model/login_account.go
Normal file
13
base/model/login_account.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
type AppContext struct {
|
||||
}
|
||||
|
||||
type LoginAccount struct {
|
||||
UserId int64
|
||||
RoleId int64
|
||||
DeptId int64
|
||||
PostId int64
|
||||
Username string
|
||||
Rolename string
|
||||
}
|
||||
Reference in New Issue
Block a user