mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 03:12:44 +00:00
8 lines
165 B
Go
8 lines
165 B
Go
package model
|
|
|
|
type SysMenu struct {
|
|
SysBaseMenu
|
|
MenuId string `json:"menuId"`
|
|
AuthorityId string `json:"-"`
|
|
Children []SysMenu `json:"children"`
|
|
} |