You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

60 lines
3.3 KiB

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
import (
"github.com/gogf/gf/v2/os/gtime"
)
// Video is the golang structure for table video.
type Video struct {
Id uint `json:"id" ` //
Title string `json:"title" ` // 标题
TitleSub string `json:"title_sub" ` // 副标
Letter string `json:"letter" ` // 首字母
Tag string `json:"tag" ` // TAG
Color string `json:"color" ` // 颜色
Lock uint `json:"lock" ` // 锁定
Copyright uint `json:"copyright" ` // 版权
IsEnd uint `json:"is_end" ` // 完结
Status uint `json:"status" ` // 状态
Class string `json:"class" ` // 扩展分类
CategoryId uint `json:"category_id" ` // 分类
Pic string `json:"pic" ` // 图片
PicId string `json:"pic_id" ` // 图片编号
PicLocal string `json:"pic_local" ` //
PicThumb string `json:"pic_thumb" ` // 缩略图
PicSlide string `json:"pic_slide" ` // 轮播
PicScreenshot string `json:"pic_screenshot" ` // 截图
PicStatus uint `json:"pic_status" ` // 图片状态
Actor string `json:"actor" ` // 演员
Director string `json:"director" ` // 导演
Writer string `json:"writer" ` // 编剧
Remarks string `json:"remarks" ` // 备注
Pubdate string `json:"pubdate" ` // 发布时间
Total int `json:"total" ` // 总集数
Serial string `json:"serial" ` // 连载数
Duration string `json:"duration" ` // 视频时长
Tv string `json:"tv" ` // 电视频道
Weekday string `json:"weekday" ` // 节目周期
Area string `json:"area" ` // 地区
Lang string `json:"lang" ` // 语言
Jumpurl string `json:"jumpurl" ` // 跳转URL
Version string `json:"version" ` // 资源版本
Year int `json:"year" ` // 年份
State string `json:"state" ` // 资源类别
DoubanScore float64 `json:"douban_score" ` // 豆瓣评分
DoubanId int `json:"douban_id" ` // 豆瓣ID
Up int `json:"up" ` // 顶
Down int `json:"down" ` // 踩
Hits int `json:"hits" ` // 人气
HitsMonth int `json:"hits_month" ` // 月人气
HitsWeek int `json:"hits_week" ` // 周人气
HitsDay int `json:"hits_day" ` // 天人气
Content string `json:"content" ` // 内容
CreatedAt *gtime.Time `json:"created_at" ` //
Blurb string `json:"blurb" ` // 简要介绍
UpdatedAt *gtime.Time `json:"updated_at" ` //
}