fix: statistic upstream url change & save article to private
This commit is contained in:
@@ -20,7 +20,7 @@ type BackArticle struct {
|
||||
IsDelete int8 `gorm:"column:is_delete" json:"isDelete"` // 删除标志
|
||||
}
|
||||
|
||||
type ListArtile struct {
|
||||
type ListArticle struct {
|
||||
ID int `json:"-"`
|
||||
Username string `json:"username"`
|
||||
CreateTime time.Time `json:"createTime"`
|
||||
|
||||
Reference in New Issue
Block a user