mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 03:51:25 +08:00
15 lines
186 B
Go
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
|
|
}
|