作者 yangfu

feat: 增加菜单调整

... ... @@ -372,6 +372,7 @@ type (
ParentPath string `json:"parentPath"`
Remark string `json:"remark"`
Sort int `json:"sort"`
Link string `json:"link"`
} `json:"menus"`
}
)
... ...