mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-11 03:33:48 +08:00
feat(ui): 增加系统权限管理
This commit is contained in:
13
api/store/model/admin_permission.go
Normal file
13
api/store/model/admin_permission.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type AdminPermission struct {
|
||||
Id int `gorm:"primarykey;column:id"`
|
||||
Name string
|
||||
Slug string
|
||||
Sort int
|
||||
Pid int
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user