// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // HotClass is the golang structure for table hot_class. type HotClass struct { Id int `json:"id" ` // TypeName string `json:"type_name" ` // 名字 Code string `json:"code" ` // 代码 Url string `json:"url" ` // 地址 Param string `json:"param" ` // 参数 Status int `json:"status" ` // 状态 }