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.
 
 
 

62 lines
2.2 KiB

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)
// Video is the golang structure of table cms_video for DAO operations like Where/Data.
type Video struct {
g.Meta `orm:"table:cms_video, do:true"`
Id interface{} //
Title interface{} // 标题
TitleSub interface{} // 副标
Letter interface{} // 首字母
Tag interface{} // TAG
Color interface{} // 颜色
Lock interface{} // 锁定
Copyright interface{} // 版权
IsEnd interface{} // 完结
Status interface{} // 状态
Class interface{} // 扩展分类
CategoryId interface{} // 分类
Pic interface{} // 图片
PicId interface{} // 图片编号
PicLocal interface{} //
PicThumb interface{} // 缩略图
PicSlide interface{} // 轮播
PicScreenshot interface{} // 截图
PicStatus interface{} // 图片状态
Actor interface{} // 演员
Director interface{} // 导演
Writer interface{} // 编剧
Remarks interface{} // 备注
Pubdate interface{} // 发布时间
Total interface{} // 总集数
Serial interface{} // 连载数
Duration interface{} // 视频时长
Tv interface{} // 电视频道
Weekday interface{} // 节目周期
Area interface{} // 地区
Lang interface{} // 语言
Jumpurl interface{} // 跳转URL
Version interface{} // 资源版本
Year interface{} // 年份
State interface{} // 资源类别
DoubanScore interface{} // 豆瓣评分
DoubanId interface{} // 豆瓣ID
Up interface{} // 顶
Down interface{} // 踩
Hits interface{} // 人气
HitsMonth interface{} // 月人气
HitsWeek interface{} // 周人气
HitsDay interface{} // 天人气
Content interface{} // 内容
CreatedAt *gtime.Time //
Blurb interface{} // 简要介绍
UpdatedAt *gtime.Time //
}