🎨 修改文章和收藏
This commit is contained in:
@@ -5,7 +5,7 @@ import "miniapp/global"
|
||||
type Favorite struct {
|
||||
global.GVA_MODEL
|
||||
UserId int `json:"userId" gorm:"not null;column:user_id;comment:'用户id'"` // 用户id
|
||||
FavoriteId int `json:"favoriteId" gorm:"not null;comment:收藏id"` // 收藏id
|
||||
WzId int `json:"wzId" gorm:"not null;comment:收藏id"` // 收藏id
|
||||
Cover string `json:"cover" gorm:"size:50;comment:封面"`
|
||||
Titte string `json:"title" comment:"收藏商品名称"` // 收藏商品名称
|
||||
Introduction string `json:"introduction" comment:"简介"` // 简介
|
||||
|
Reference in New Issue
Block a user