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.

34 lines
1.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. // ShortVideo is the golang structure of table cms_short_video for DAO operations like Where/Data.
  10. type ShortVideo struct {
  11. g.Meta `orm:"table:cms_short_video, do:true"`
  12. Id interface{} //
  13. Title interface{} // 标题
  14. Introduction interface{} //
  15. Tag interface{} // 标签
  16. Author interface{} // 作者
  17. Actor interface{} // 演员
  18. Protagonist interface{} // 主角
  19. Cover interface{} // 封面
  20. CoverUrl interface{} // 封面
  21. ChapterUrls interface{} // 资源地址
  22. ChapterCount interface{} // 当前章节
  23. ChapterMax interface{} // 共人章节
  24. Status interface{} // 状态 0未审核 1更新中 2完结
  25. Views interface{} // 观看次数
  26. Stars interface{} // 标星
  27. CreatedAt *gtime.Time //
  28. UpdatedAt *gtime.Time //
  29. FinishStatus interface{} //
  30. Online interface{} //
  31. }