动态menu和角色关联以及基础menu构建

This commit is contained in:
pixelqm
2019-09-19 23:48:45 +08:00
parent dc4700c557
commit 968b8c21cd
11 changed files with 516 additions and 64 deletions

View File

@@ -0,0 +1,6 @@
package dbModel
type ApiAuthority struct {
AuthorityId string `json:"-"`
Api
}