|
|
@ -4,105 +4,101 @@ |
|
|
|
|
|
|
|
package entity |
|
|
|
|
|
|
|
import ( |
|
|
|
"github.com/gogf/gf/v2/os/gtime" |
|
|
|
) |
|
|
|
|
|
|
|
// FxArticle is the golang structure for table fx_article.
|
|
|
|
type FxArticle struct { |
|
|
|
Id int `json:"id" orm:"id" description:""` //
|
|
|
|
Title string `json:"title" orm:"title" description:"标题"` // 标题
|
|
|
|
Style string `json:"style" orm:"style" description:"标题颜色"` // 标题颜色
|
|
|
|
Flags int `json:"flags" orm:"flags" description:"属性 0 无 1 置顶 2 热点"` // 属性 0 无 1 置顶 2 热点
|
|
|
|
Des int `json:"des" orm:"des" description:"排序"` // 排序
|
|
|
|
Tags string `json:"tags" orm:"tags" description:"TAG标签"` // TAG标签
|
|
|
|
Image string `json:"image" orm:"image" description:"缩略图"` // 缩略图
|
|
|
|
Typeid int `json:"typeid" orm:"typeid" description:"栏目"` // 栏目
|
|
|
|
Click int `json:"click" orm:"click" description:"观看次数"` // 观看次数
|
|
|
|
Keywords string `json:"keywords" orm:"keywords" description:"关键词"` // 关键词
|
|
|
|
Description string `json:"description" orm:"description" description:"内容描述"` // 内容描述
|
|
|
|
Arcrank int `json:"arcrank" orm:"arcrank" description:"阅读权限"` // 阅读权限
|
|
|
|
Template string `json:"template" orm:"template" description:"模板文件"` // 模板文件
|
|
|
|
CreateTime string `json:"createTime" orm:"create_time" description:"添加时间"` // 添加时间
|
|
|
|
UpdateTime string `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
|
|
|
|
Content string `json:"content" orm:"content" description:""` //
|
|
|
|
Hide int `json:"hide" orm:"hide" description:"-1转码中,0隐藏 1显示文章 2审核 3拒绝 4用户自己删除5定时发布的视频"` // -1转码中,0隐藏 1显示文章 2审核 3拒绝 4用户自己删除5定时发布的视频
|
|
|
|
Url string `json:"url" orm:"url" description:"跳转"` // 跳转
|
|
|
|
Source string `json:"source" orm:"source" description:"来源"` // 来源
|
|
|
|
Uid int `json:"uid" orm:"uid" description:"会员UID 识别注明哪个会员投稿"` // 会员UID 识别注明哪个会员投稿
|
|
|
|
Writer string `json:"writer" orm:"writer" description:"文章作者"` // 文章作者
|
|
|
|
Mychannel int `json:"mychannel" orm:"mychannel" description:"文章类型 1 文章 2 图文集 3 视频 4 小视频"` // 文章类型 1 文章 2 图文集 3 视频 4 小视频
|
|
|
|
Images string `json:"images" orm:"images" description:"图片集,如果mytype值是2,则是图片文章"` // 图片集,如果mytype值是2,则是图片文章
|
|
|
|
Video string `json:"video" orm:"video" description:"视频"` // 视频
|
|
|
|
Videodate string `json:"videodate" orm:"videodate" description:"视频时间"` // 视频时间
|
|
|
|
Zan uint `json:"zan" orm:"zan" description:"点赞数量"` // 点赞数量
|
|
|
|
Cai uint `json:"cai" orm:"cai" description:""` //
|
|
|
|
PingNum uint `json:"pingNum" orm:"pingNum" description:"评论数量"` // 评论数量
|
|
|
|
Weitoutiao int `json:"weitoutiao" orm:"weitoutiao" description:"0显示文章 1微头条"` // 0显示文章 1微头条
|
|
|
|
ToutiaoTiemId string `json:"toutiaoTiemId" orm:"toutiao_tiemId" description:"今日头条原文章ID"` // 今日头条原文章ID
|
|
|
|
QiniuVideo string `json:"qiniuVideo" orm:"qiniu_video" description:""` //
|
|
|
|
QiniuVideoType int `json:"qiniuVideoType" orm:"qiniu_video_type" description:"1转码中 0转码成功"` // 1转码中 0转码成功
|
|
|
|
Dtitle string `json:"dtitle" orm:"dtitle" description:"短标题 热点专用"` // 短标题 热点专用
|
|
|
|
Rootid int64 `json:"rootid" orm:"rootid" description:""` //
|
|
|
|
Jwcode int `json:"jwcode" orm:"jwcode" description:""` //
|
|
|
|
Boardcode string `json:"boardcode" orm:"boardcode" description:""` //
|
|
|
|
ScoreBasic float64 `json:"scoreBasic" orm:"scoreBasic" description:"用于提升文章排序分数的基础分数"` // 用于提升文章排序分数的基础分数
|
|
|
|
Cmsid int `json:"cmsid" orm:"cmsid" description:"0 文章 1话题文章"` // 0 文章 1话题文章
|
|
|
|
AId int `json:"aId" orm:"a_id" description:"转发文章的id"` // 转发文章的id
|
|
|
|
SourceType int `json:"sourceType" orm:"source_type" description:"转发内容的类型:0:没有转发;1:文章;2:快讯"` // 转发内容的类型:0:没有转发;1:文章;2:快讯
|
|
|
|
IsT int `json:"isT" orm:"is_t" description:"0 文章 1话题文章"` // 0 文章 1话题文章
|
|
|
|
Flag int `json:"flag" orm:"flag" description:""` //
|
|
|
|
Share int `json:"share" orm:"share" description:"是否允许分享,0:不允许,1:允许"` // 是否允许分享,0:不允许,1:允许
|
|
|
|
DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:""` //
|
|
|
|
VideoDuration int `json:"videoDuration" orm:"video_duration" description:"视频的播放时长"` // 视频的播放时长
|
|
|
|
VideoName string `json:"videoName" orm:"video_name" description:""` //
|
|
|
|
VideoMemory float64 `json:"videoMemory" orm:"video_memory" description:""` //
|
|
|
|
Kan int `json:"kan" orm:"kan" description:"观看人数(不重复)"` // 观看人数(不重复)
|
|
|
|
KanFinish int `json:"kanFinish" orm:"kan_finish" description:"看完人数(不重复)"` // 看完人数(不重复)
|
|
|
|
Favorite int `json:"favorite" orm:"favorite" description:""` //
|
|
|
|
ShowTime int `json:"showTime" orm:"show_time" description:"定时发布时间"` // 定时发布时间
|
|
|
|
EmployeeExclusive int `json:"employeeExclusive" orm:"employee_exclusive" description:"员工专属(1:专属,0:非专属)"` // 员工专属(1:专属,0:非专属)
|
|
|
|
Language string `json:"language" orm:"language" description:""` //
|
|
|
|
Market string `json:"market" orm:"market" description:""` //
|
|
|
|
UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:""` //
|
|
|
|
CId int `json:"cId" orm:"c_id" description:"合集id"` // 合集id
|
|
|
|
TargetUserRole int `json:"targetUserRole" orm:"target_user_role" description:"目标用户 1:网员 2:非网 3:网员和非网"` // 目标用户 1:网员 2:非网 3:网员和非网
|
|
|
|
Weight int `json:"weight" orm:"weight" description:"权重"` // 权重
|
|
|
|
Herdsman uint `json:"herdsman" orm:"herdsman" description:"0非牧民1牧民专属"` // 0非牧民1牧民专属
|
|
|
|
CrossPlatform string `json:"crossPlatform" orm:"cross_platform" description:"0 仅精网 1 toujiao 2 homliylink"` // 0 仅精网 1 toujiao 2 homliylink
|
|
|
|
JwAid int `json:"jwAid" orm:"jw_aid" description:"精网文章id"` // 精网文章id
|
|
|
|
ToujiaoPdid int `json:"toujiaoPdid" orm:"toujiao_pdid" description:"分享至投教频道id"` // 分享至投教频道id
|
|
|
|
HomilylinkPdid int `json:"homilylinkPdid" orm:"homilylink_pdid" description:"分享至homeLink频道id"` // 分享至homeLink频道id
|
|
|
|
TargetUserRoleHomilylink int `json:"targetUserRoleHomilylink" orm:"target_user_role_homilylink" description:"目标用户 1:网员 2:非网 3:网员和非网"` // 目标用户 1:网员 2:非网 3:网员和非网
|
|
|
|
Cost uint `json:"cost" orm:"cost" description:"需要消费的金豆"` // 需要消费的金豆
|
|
|
|
Preview string `json:"preview" orm:"preview" description:"预览内容"` // 预览内容
|
|
|
|
CoverType int `json:"coverType" orm:"cover_type" description:"1:横屏,2:竖屏"` // 1:横屏,2:竖屏
|
|
|
|
Reward int `json:"reward" orm:"reward" description:"文章打赏功能 0 未开启 1开启"` // 文章打赏功能 0 未开启 1开启
|
|
|
|
Recommend int `json:"recommend" orm:"recommend" description:"1:推荐 2:不推荐"` // 1:推荐 2:不推荐
|
|
|
|
RecommendAble int `json:"recommendAble" orm:"recommend_able" description:"1:可以被推荐 2:不可以被推荐"` // 1:可以被推荐 2:不可以被推荐
|
|
|
|
RecommendDeadline int `json:"recommendDeadline" orm:"recommend_deadline" description:"推荐截止时间"` // 推荐截止时间
|
|
|
|
QrcodeState int `json:"qrcodeState" orm:"qrcode_state" description:"1:开启,0:关闭"` // 1:开启,0:关闭
|
|
|
|
QrcodeJwcode int `json:"qrcodeJwcode" orm:"qrcode_jwcode" description:"精网号"` // 精网号
|
|
|
|
QrcodeUserid int `json:"qrcodeUserid" orm:"qrcode_userid" description:"crm用户id"` // crm用户id
|
|
|
|
QrcodeUrl string `json:"qrcodeUrl" orm:"qrcode_url" description:"二维码地址"` // 二维码地址
|
|
|
|
LessonId int `json:"lessonId" orm:"lesson_id" description:"关联课程id"` // 关联课程id
|
|
|
|
AudioUrl string `json:"audioUrl" orm:"audio_url" description:""` //
|
|
|
|
AudioDuration int `json:"audioDuration" orm:"audio_duration" description:"音频时常"` // 音频时常
|
|
|
|
Note int `json:"note" orm:"note" description:"1:笔记 2:剧场精选 3:铁粉专享(海外) 4:剧场栏目 5:铁粉专享 6:三体哲学"` // 1:笔记 2:剧场精选 3:铁粉专享(海外) 4:剧场栏目 5:铁粉专享 6:三体哲学
|
|
|
|
NoteLabel int `json:"noteLabel" orm:"note_label" description:"笔记标签 1:心得"` // 笔记标签 1:心得
|
|
|
|
Term int `json:"term" orm:"term" description:"到期时间 0 永久 大于0 到期时间"` // 到期时间 0 永久 大于0 到期时间
|
|
|
|
NonClubMemberCost int `json:"nonClubMemberCost" orm:"non_club_member_cost" description:"cost 付费文章 俱乐部成员价格 non_club_member_cost 非本俱乐部成员价格"` // cost 付费文章 俱乐部成员价格 non_club_member_cost 非本俱乐部成员价格
|
|
|
|
PowerType int `json:"powerType" orm:"power_type" description:"权限类别 1 免费 2 会员专享 3 付费"` // 权限类别 1 免费 2 会员专享 3 付费
|
|
|
|
Total int `json:"total" orm:"total" description:"点赞+评论+阅读量"` // 点赞+评论+阅读量
|
|
|
|
LockCost int `json:"lockCost" orm:"lock_cost" description:"解锁文章金豆数"` // 解锁文章金豆数
|
|
|
|
FeaturedVideo int `json:"featuredVideo" orm:"featured_video" description:"是否精选视频 0 不是 1 是"` // 是否精选视频 0 不是 1 是
|
|
|
|
AdType int `json:"adType" orm:"ad_type" description:"广告类型 1 直播 2 活动"` // 广告类型 1 直播 2 活动
|
|
|
|
AdContent string `json:"adContent" orm:"ad_content" description:"广告内容"` // 广告内容
|
|
|
|
AdClick int `json:"adClick" orm:"ad_click" description:"广告点击量"` // 广告点击量
|
|
|
|
AdImage string `json:"adImage" orm:"ad_image" description:"广告图片"` // 广告图片
|
|
|
|
AdLiveId int `json:"adLiveId" orm:"ad_live_id" description:"广告直播id"` // 广告直播id
|
|
|
|
IsPush int `json:"isPush" orm:"is_push" description:"频道内容 0 未推送 1 已推送"` // 频道内容 0 未推送 1 已推送
|
|
|
|
SyncMoment int `json:"syncMoment" orm:"sync_moment" description:"是否同步到动态 0 不同步 1 同步"` // 是否同步到动态 0 不同步 1 同步
|
|
|
|
MomentContent string `json:"momentContent" orm:"moment_content" description:""` //
|
|
|
|
VideoType int `json:"videoType" orm:"video_type" description:"视频类型 1 横屏 2 竖屏"` // 视频类型 1 横屏 2 竖屏
|
|
|
|
Id int `json:"id" orm:"id" description:""` //
|
|
|
|
Title string `json:"title" orm:"title" description:"标题"` // 标题
|
|
|
|
//Style string `json:"style" orm:"style" description:"标题颜色"` // 标题颜色
|
|
|
|
//Flags int `json:"flags" orm:"flags" description:"属性 0 无 1 置顶 2 热点"` // 属性 0 无 1 置顶 2 热点
|
|
|
|
//Des int `json:"des" orm:"des" description:"排序"` // 排序
|
|
|
|
//Tags string `json:"tags" orm:"tags" description:"TAG标签"` // TAG标签
|
|
|
|
//Image string `json:"image" orm:"image" description:"缩略图"` // 缩略图
|
|
|
|
//Typeid int `json:"typeid" orm:"typeid" description:"栏目"` // 栏目
|
|
|
|
//Click int `json:"click" orm:"click" description:"观看次数"` // 观看次数
|
|
|
|
//Keywords string `json:"keywords" orm:"keywords" description:"关键词"` // 关键词
|
|
|
|
//Description string `json:"description" orm:"description" description:"内容描述"` // 内容描述
|
|
|
|
//Arcrank int `json:"arcrank" orm:"arcrank" description:"阅读权限"` // 阅读权限
|
|
|
|
//Template string `json:"template" orm:"template" description:"模板文件"` // 模板文件
|
|
|
|
CreateTime string `json:"createTime" orm:"create_time" description:"添加时间"` // 添加时间
|
|
|
|
UpdateTime string `json:"updateTime" orm:"update_time" description:"更新时间"` // 更新时间
|
|
|
|
//Content string `json:"content" orm:"content" description:""` //
|
|
|
|
//Hide int `json:"hide" orm:"hide" description:"-1转码中,0隐藏 1显示文章 2审核 3拒绝 4用户自己删除5定时发布的视频"` // -1转码中,0隐藏 1显示文章 2审核 3拒绝 4用户自己删除5定时发布的视频
|
|
|
|
//Url string `json:"url" orm:"url" description:"跳转"` // 跳转
|
|
|
|
//Source string `json:"source" orm:"source" description:"来源"` // 来源
|
|
|
|
//Uid int `json:"uid" orm:"uid" description:"会员UID 识别注明哪个会员投稿"` // 会员UID 识别注明哪个会员投稿
|
|
|
|
//Writer string `json:"writer" orm:"writer" description:"文章作者"` // 文章作者
|
|
|
|
//Mychannel int `json:"mychannel" orm:"mychannel" description:"文章类型 1 文章 2 图文集 3 视频 4 小视频"` // 文章类型 1 文章 2 图文集 3 视频 4 小视频
|
|
|
|
//Images string `json:"images" orm:"images" description:"图片集,如果mytype值是2,则是图片文章"` // 图片集,如果mytype值是2,则是图片文章
|
|
|
|
//Video string `json:"video" orm:"video" description:"视频"` // 视频
|
|
|
|
//Videodate string `json:"videodate" orm:"videodate" description:"视频时间"` // 视频时间
|
|
|
|
//Zan uint `json:"zan" orm:"zan" description:"点赞数量"` // 点赞数量
|
|
|
|
//Cai uint `json:"cai" orm:"cai" description:""` //
|
|
|
|
//PingNum uint `json:"pingNum" orm:"pingNum" description:"评论数量"` // 评论数量
|
|
|
|
//Weitoutiao int `json:"weitoutiao" orm:"weitoutiao" description:"0显示文章 1微头条"` // 0显示文章 1微头条
|
|
|
|
//ToutiaoTiemId string `json:"toutiaoTiemId" orm:"toutiao_tiemId" description:"今日头条原文章ID"` // 今日头条原文章ID
|
|
|
|
//QiniuVideo string `json:"qiniuVideo" orm:"qiniu_video" description:""` //
|
|
|
|
//QiniuVideoType int `json:"qiniuVideoType" orm:"qiniu_video_type" description:"1转码中 0转码成功"` // 1转码中 0转码成功
|
|
|
|
//Dtitle string `json:"dtitle" orm:"dtitle" description:"短标题 热点专用"` // 短标题 热点专用
|
|
|
|
//Rootid int64 `json:"rootid" orm:"rootid" description:""` //
|
|
|
|
//Jwcode int `json:"jwcode" orm:"jwcode" description:""` //
|
|
|
|
//Boardcode string `json:"boardcode" orm:"boardcode" description:""` //
|
|
|
|
//ScoreBasic float64 `json:"scoreBasic" orm:"scoreBasic" description:"用于提升文章排序分数的基础分数"` // 用于提升文章排序分数的基础分数
|
|
|
|
//Cmsid int `json:"cmsid" orm:"cmsid" description:"0 文章 1话题文章"` // 0 文章 1话题文章
|
|
|
|
//AId int `json:"aId" orm:"a_id" description:"转发文章的id"` // 转发文章的id
|
|
|
|
//SourceType int `json:"sourceType" orm:"source_type" description:"转发内容的类型:0:没有转发;1:文章;2:快讯"` // 转发内容的类型:0:没有转发;1:文章;2:快讯
|
|
|
|
//IsT int `json:"isT" orm:"is_t" description:"0 文章 1话题文章"` // 0 文章 1话题文章
|
|
|
|
//Flag int `json:"flag" orm:"flag" description:""` //
|
|
|
|
//Share int `json:"share" orm:"share" description:"是否允许分享,0:不允许,1:允许"` // 是否允许分享,0:不允许,1:允许
|
|
|
|
//DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:""` //
|
|
|
|
//VideoDuration int `json:"videoDuration" orm:"video_duration" description:"视频的播放时长"` // 视频的播放时长
|
|
|
|
//VideoName string `json:"videoName" orm:"video_name" description:""` //
|
|
|
|
//VideoMemory float64 `json:"videoMemory" orm:"video_memory" description:""` //
|
|
|
|
//Kan int `json:"kan" orm:"kan" description:"观看人数(不重复)"` // 观看人数(不重复)
|
|
|
|
//KanFinish int `json:"kanFinish" orm:"kan_finish" description:"看完人数(不重复)"` // 看完人数(不重复)
|
|
|
|
//Favorite int `json:"favorite" orm:"favorite" description:""` //
|
|
|
|
//ShowTime int `json:"showTime" orm:"show_time" description:"定时发布时间"` // 定时发布时间
|
|
|
|
//EmployeeExclusive int `json:"employeeExclusive" orm:"employee_exclusive" description:"员工专属(1:专属,0:非专属)"` // 员工专属(1:专属,0:非专属)
|
|
|
|
//Language string `json:"language" orm:"language" description:""` //
|
|
|
|
//Market string `json:"market" orm:"market" description:""` //
|
|
|
|
//UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:""` //
|
|
|
|
//CId int `json:"cId" orm:"c_id" description:"合集id"` // 合集id
|
|
|
|
//TargetUserRole int `json:"targetUserRole" orm:"target_user_role" description:"目标用户 1:网员 2:非网 3:网员和非网"` // 目标用户 1:网员 2:非网 3:网员和非网
|
|
|
|
//Weight int `json:"weight" orm:"weight" description:"权重"` // 权重
|
|
|
|
//Herdsman uint `json:"herdsman" orm:"herdsman" description:"0非牧民1牧民专属"` // 0非牧民1牧民专属
|
|
|
|
//CrossPlatform string `json:"crossPlatform" orm:"cross_platform" description:"0 仅精网 1 toujiao 2 homliylink"` // 0 仅精网 1 toujiao 2 homliylink
|
|
|
|
//JwAid int `json:"jwAid" orm:"jw_aid" description:"精网文章id"` // 精网文章id
|
|
|
|
//ToujiaoPdid int `json:"toujiaoPdid" orm:"toujiao_pdid" description:"分享至投教频道id"` // 分享至投教频道id
|
|
|
|
//HomilylinkPdid int `json:"homilylinkPdid" orm:"homilylink_pdid" description:"分享至homeLink频道id"` // 分享至homeLink频道id
|
|
|
|
//TargetUserRoleHomilylink int `json:"targetUserRoleHomilylink" orm:"target_user_role_homilylink" description:"目标用户 1:网员 2:非网 3:网员和非网"` // 目标用户 1:网员 2:非网 3:网员和非网
|
|
|
|
//Cost uint `json:"cost" orm:"cost" description:"需要消费的金豆"` // 需要消费的金豆
|
|
|
|
//Preview string `json:"preview" orm:"preview" description:"预览内容"` // 预览内容
|
|
|
|
//CoverType int `json:"coverType" orm:"cover_type" description:"1:横屏,2:竖屏"` // 1:横屏,2:竖屏
|
|
|
|
//Reward int `json:"reward" orm:"reward" description:"文章打赏功能 0 未开启 1开启"` // 文章打赏功能 0 未开启 1开启
|
|
|
|
//Recommend int `json:"recommend" orm:"recommend" description:"1:推荐 2:不推荐"` // 1:推荐 2:不推荐
|
|
|
|
//RecommendAble int `json:"recommendAble" orm:"recommend_able" description:"1:可以被推荐 2:不可以被推荐"` // 1:可以被推荐 2:不可以被推荐
|
|
|
|
//RecommendDeadline int `json:"recommendDeadline" orm:"recommend_deadline" description:"推荐截止时间"` // 推荐截止时间
|
|
|
|
//QrcodeState int `json:"qrcodeState" orm:"qrcode_state" description:"1:开启,0:关闭"` // 1:开启,0:关闭
|
|
|
|
//QrcodeJwcode int `json:"qrcodeJwcode" orm:"qrcode_jwcode" description:"精网号"` // 精网号
|
|
|
|
//QrcodeUserid int `json:"qrcodeUserid" orm:"qrcode_userid" description:"crm用户id"` // crm用户id
|
|
|
|
//QrcodeUrl string `json:"qrcodeUrl" orm:"qrcode_url" description:"二维码地址"` // 二维码地址
|
|
|
|
//LessonId int `json:"lessonId" orm:"lesson_id" description:"关联课程id"` // 关联课程id
|
|
|
|
//AudioUrl string `json:"audioUrl" orm:"audio_url" description:""` //
|
|
|
|
//AudioDuration int `json:"audioDuration" orm:"audio_duration" description:"音频时常"` // 音频时常
|
|
|
|
//Note int `json:"note" orm:"note" description:"1:笔记 2:剧场精选 3:铁粉专享(海外) 4:剧场栏目 5:铁粉专享 6:三体哲学"` // 1:笔记 2:剧场精选 3:铁粉专享(海外) 4:剧场栏目 5:铁粉专享 6:三体哲学
|
|
|
|
//NoteLabel int `json:"noteLabel" orm:"note_label" description:"笔记标签 1:心得"` // 笔记标签 1:心得
|
|
|
|
//Term int `json:"term" orm:"term" description:"到期时间 0 永久 大于0 到期时间"` // 到期时间 0 永久 大于0 到期时间
|
|
|
|
//NonClubMemberCost int `json:"nonClubMemberCost" orm:"non_club_member_cost" description:"cost 付费文章 俱乐部成员价格 non_club_member_cost 非本俱乐部成员价格"` // cost 付费文章 俱乐部成员价格 non_club_member_cost 非本俱乐部成员价格
|
|
|
|
//PowerType int `json:"powerType" orm:"power_type" description:"权限类别 1 免费 2 会员专享 3 付费"` // 权限类别 1 免费 2 会员专享 3 付费
|
|
|
|
//Total int `json:"total" orm:"total" description:"点赞+评论+阅读量"` // 点赞+评论+阅读量
|
|
|
|
//LockCost int `json:"lockCost" orm:"lock_cost" description:"解锁文章金豆数"` // 解锁文章金豆数
|
|
|
|
//FeaturedVideo int `json:"featuredVideo" orm:"featured_video" description:"是否精选视频 0 不是 1 是"` // 是否精选视频 0 不是 1 是
|
|
|
|
//AdType int `json:"adType" orm:"ad_type" description:"广告类型 1 直播 2 活动"` // 广告类型 1 直播 2 活动
|
|
|
|
//AdContent string `json:"adContent" orm:"ad_content" description:"广告内容"` // 广告内容
|
|
|
|
//AdClick int `json:"adClick" orm:"ad_click" description:"广告点击量"` // 广告点击量
|
|
|
|
//AdImage string `json:"adImage" orm:"ad_image" description:"广告图片"` // 广告图片
|
|
|
|
//AdLiveId int `json:"adLiveId" orm:"ad_live_id" description:"广告直播id"` // 广告直播id
|
|
|
|
//IsPush int `json:"isPush" orm:"is_push" description:"频道内容 0 未推送 1 已推送"` // 频道内容 0 未推送 1 已推送
|
|
|
|
//SyncMoment int `json:"syncMoment" orm:"sync_moment" description:"是否同步到动态 0 不同步 1 同步"` // 是否同步到动态 0 不同步 1 同步
|
|
|
|
//MomentContent string `json:"momentContent" orm:"moment_content" description:""` //
|
|
|
|
//VideoType int `json:"videoType" orm:"video_type" description:"视频类型 1 横屏 2 竖屏"` // 视频类型 1 横屏 2 竖屏
|
|
|
|
} |