package model import( ) type SettingRoleSale struct { Id uint `gorm:"primaryKey"` RoleId uint // 角色id }