|
|
@@ -21,6 +21,8 @@ type ClientMenu struct {
|
|
|
Type int `json:"type"` // 类型,1:菜单 2:按钮
|
|
|
RuleKey string `json:"rulekey"` // 对应权限主键,对应FUNCMENULIST表RESOURCECODE
|
|
|
IsShow bool `json:"isshow"` // 是否显示
|
|
|
+ URL string `json:"url"` // URL
|
|
|
+ Remark string `json:"remark"` // 备注
|
|
|
Children []ClientMenu `json:"children"` // 子菜单列表
|
|
|
}
|
|
|
|