package model type SettingMenuApi struct { Id uint `gorm:"primaryKey"` MenuId uint ApiId uint }