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

9 months ago
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package do
  5. import (
  6. "github.com/gogf/gf/v2/frame/g"
  7. "github.com/gogf/gf/v2/os/gtime"
  8. )
  9. // Video is the golang structure of table cms_video for DAO operations like Where/Data.
  10. type Video struct {
  11. g.Meta `orm:"table:cms_video, do:true"`
  12. Id interface{} //
  13. Title interface{} // 标题
  14. TitleSub interface{} // 副标
  15. Letter interface{} // 首字母
  16. Tag interface{} // TAG
  17. Color interface{} // 颜色
  18. Lock interface{} // 锁定
  19. Copyright interface{} // 版权
  20. IsEnd interface{} // 完结
  21. Status interface{} // 状态
  22. Class interface{} // 扩展分类
  23. CategoryId interface{} // 分类
  24. Pic interface{} // 图片
  25. PicId interface{} // 图片编号
  26. PicLocal interface{} //
  27. PicThumb interface{} // 缩略图
  28. PicSlide interface{} // 轮播
  29. PicScreenshot interface{} // 截图
  30. PicStatus interface{} // 图片状态
  31. Actor interface{} // 演员
  32. Director interface{} // 导演
  33. Writer interface{} // 编剧
  34. Remarks interface{} // 备注
  35. Pubdate interface{} // 发布时间
  36. Total interface{} // 总集数
  37. Serial interface{} // 连载数
  38. Duration interface{} // 视频时长
  39. Tv interface{} // 电视频道
  40. Weekday interface{} // 节目周期
  41. Area interface{} // 地区
  42. Lang interface{} // 语言
  43. Jumpurl interface{} // 跳转URL
  44. Version interface{} // 资源版本
  45. Year interface{} // 年份
  46. State interface{} // 资源类别
  47. DoubanScore interface{} // 豆瓣评分
  48. DoubanId interface{} // 豆瓣ID
  49. Up interface{} // 顶
  50. Down interface{} // 踩
  51. Hits interface{} // 人气
  52. HitsMonth interface{} // 月人气
  53. HitsWeek interface{} // 周人气
  54. HitsDay interface{} // 天人气
  55. Content interface{} // 内容
  56. CreatedAt *gtime.Time //
  57. Blurb interface{} // 简要介绍
  58. UpdatedAt *gtime.Time //
  59. }