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
667 B

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// HotSubject is the golang structure for table hot_subject.
type HotSubject struct {
Id uint `json:"id" orm:"id" description:""` //
SubjectId int `json:"subjectId" orm:"subject_id" description:"话题ID"` // 话题ID
Hot int `json:"hot" orm:"hot" description:"热度值"` // 热度值
UpdatedAt int `json:"updatedAt" orm:"updated_at" description:""` //
}