// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // ShortVideo is the golang structure for table short_video. type ShortVideo struct { Id int64 `json:"id" ` // Title string `json:"title" ` // 标题 Introduction string `json:"introduction" ` // Tag string `json:"tag" ` // 标签 Author string `json:"author" ` // 作者 Actor string `json:"actor" ` // 演员 Protagonist string `json:"protagonist" ` // 主角 Cover string `json:"cover" ` // 封面 CoverUrl string `json:"cover_url" ` // 封面 ChapterUrls string `json:"chapter_urls" ` // 资源地址 ChapterCount int `json:"chapter_count" ` // 当前章节 ChapterMax int `json:"chapter_max" ` // 共人章节 Status uint `json:"status" ` // 状态 0未审核 1更新中 2完结 Views int `json:"views" ` // 观看次数 Stars int `json:"stars" ` // 标星 CreatedAt *gtime.Time `json:"created_at" ` // UpdatedAt *gtime.Time `json:"updated_at" ` // FinishStatus int `json:"finish_status" ` // Online int `json:"online" ` // }