Files
PandaX/base/model/login_account.go
2022-07-18 18:17:11 +08:00

15 lines
186 B
Go

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