mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-09 21:32:08 +08:00
14 lines
170 B
Go
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
|
|
}
|