直接上代码:
type AppraiseCount struct {
AppraiseName string `json:"appraise_name"`
Count int `json:"count"`
}
type Appraise struct {
AccountID int64 `json:"account_id" gorm:"primary_key;type:INT(10) UNSIGNED NOT NULL"` //被评论者
AppraiseID int64 `json:"appraise_id" gorm:"primary_key;type