// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // Hotkey is the golang structure for table hotkey. type Hotkey struct { Id int `json:"id" ` // Keyword string `json:"keyword" ` // Sort int `json:"sort" ` // }