集成完成

This commit is contained in:
feilong.teng@rheinchina.com
2021-12-12 19:49:39 +08:00
commit cd824b7f0c
462 changed files with 33688 additions and 0 deletions

View 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
}