Files
PandaX/base/model/login_account.go
feilong.teng@rheinchina.com cd824b7f0c 集成完成
2021-12-12 19:49:39 +08:00

14 lines
170 B
Go

package model
type AppContext struct {
}
type LoginAccount struct {
UserId int64
RoleId int64
DeptId int64
PostId int64
Username string
Rolename string
}