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.

64 lines
2.3 KiB

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