mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 03:03:43 +08:00
feat(ui): 增加角色管理,管理员方法新增角色关联
This commit is contained in:
9
api/store/vo/admin_role.go
Normal file
9
api/store/vo/admin_role.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vo
|
||||
|
||||
type AdminRole struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Permissions interface{} `json:"permissions"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user