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