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.

63 lines
2.3 KiB

9 months ago
9 months ago
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. CollectId interface{} // 站点
  14. Title interface{} // 标题
  15. TitleSub interface{} // 副标
  16. Letter interface{} // 首字母
  17. Tag interface{} // TAG
  18. Color interface{} // 颜色
  19. Lock interface{} // 锁定
  20. Copyright interface{} // 版权
  21. IsEnd interface{} // 完结
  22. Status interface{} // 状态
  23. Class interface{} // 扩展分类
  24. CategoryId interface{} // 分类
  25. Pic interface{} // 图片
  26. PicId interface{} // 图片编号
  27. PicLocal interface{} //
  28. PicThumb interface{} // 缩略图
  29. PicSlide interface{} // 轮播
  30. PicScreenshot interface{} // 截图
  31. PicStatus interface{} // 图片状态
  32. Actor interface{} // 演员
  33. Director interface{} // 导演
  34. Writer interface{} // 编剧
  35. Remarks interface{} // 备注
  36. Pubdate interface{} // 发布时间
  37. Total interface{} // 总集数
  38. Serial interface{} // 连载数
  39. Duration interface{} // 视频时长
  40. Tv interface{} // 电视频道
  41. Weekday interface{} // 节目周期
  42. Area interface{} // 地区
  43. Lang interface{} // 语言
  44. Jumpurl interface{} // 跳转URL
  45. Version interface{} // 资源版本
  46. Year interface{} // 年份
  47. State interface{} // 资源类别
  48. DoubanScore interface{} // 豆瓣评分
  49. DoubanId interface{} // 豆瓣ID
  50. Up interface{} // 顶
  51. Down interface{} // 踩
  52. Hits interface{} // 人气
  53. HitsMonth interface{} // 月人气
  54. HitsWeek interface{} // 周人气
  55. HitsDay interface{} // 天人气
  56. Content interface{} // 内容
  57. CreatedAt *gtime.Time //
  58. Blurb interface{} // 简要介绍
  59. UpdatedAt *gtime.Time //
  60. }