11 lines
171 B
Go

package controller
import "github.com/gin-gonic/gin"
type Role struct{}
// GetRoleMenuList 获取角色菜单列表
func (r *Role) GetRoleMenuList(c *gin.Context) {
}