package models import ( // ) type SaveRoleMenu struct { //角色ID RoleId string `json:"role_id"` //菜单ID MenuId string `json:"menu_id"` }