按设备筛选游戏截图
This commit is contained in:
@@ -113,6 +113,7 @@ type Article struct {
|
||||
ID int `json:"id" db:"id" gorm:"primaryKey"`
|
||||
Title string `json:"title" db:"title"`
|
||||
Orientation string `json:"orientation" db:"orientation"`
|
||||
Device string `json:"device" db:"device"`
|
||||
Tags string `json:"tags" db:"tags"`
|
||||
UserId int `json:"user_id" db:"user_id"`
|
||||
User User `json:"user" gorm:"foreignKey:UserId"`
|
||||
|
Reference in New Issue
Block a user