You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
611 B

9 months ago
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package entity
  5. // HotClass is the golang structure for table hot_class.
  6. type HotClass struct {
  7. Id int `json:"id" ` //
  8. TypeName string `json:"type_name" ` // 名字
  9. Code string `json:"code" ` // 代码
  10. Url string `json:"url" ` // 地址
  11. Param string `json:"param" ` // 参数
  12. Status int `json:"status" ` // 状态
  13. }