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.
 
 
 
 

13 lines
658 B

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// HotWish is the golang structure for table hot_wish.
type HotWish struct {
Id uint `json:"id" orm:"id" description:""` //
WishId int `json:"wishId" orm:"wish_id" description:"心愿ID"` // 心愿ID
Hot int `json:"hot" orm:"hot" description:"热度值"` // 热度值
UpdatedAt int `json:"updatedAt" orm:"updated_at" description:""` //
}