13 lines
663 B

5 months ago
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package entity
  5. // HotJwcode is the golang structure for table hot_jwcode.
  6. type HotJwcode struct {
  7. Id uint `json:"id" orm:"id" description:""` //
  8. Jwcode int `json:"jwcode" orm:"jwcode" description:"精网号"` // 精网号
  9. Hot int `json:"hot" orm:"hot" description:"热度值"` // 热度值
  10. UpdatedAt int `json:"updatedAt" orm:"updated_at" description:""` //
  11. }