package model type SysRoleMenu struct { RoleId string `xorm:"not null pk VARCHAR(64)"` MenuId string `xorm:"not null pk VARCHAR(64)"` }