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.
84 lines
2.0 KiB
84 lines
2.0 KiB
package model |
|
|
|
//record 字段 |
|
const ( |
|
ID = "id" |
|
SVID = "svid" |
|
AVID = "avid" |
|
CID = "cid" |
|
Title = "title" |
|
Content = "content" |
|
|
|
Duration = "duration" |
|
TID = "tid" |
|
SubTid = "sub_tid" |
|
|
|
ScatterTag = "scatter_tag" |
|
Tags = "tags" |
|
TagsName = "tags_name" |
|
TagsID = "tags_id" |
|
TagsType = "tags_type" |
|
ZoneName = "ZoneName" |
|
ZoneID = "ZoneID" |
|
|
|
PlayHive = "play_hive" |
|
FavHive = "fav_hive" |
|
LikesHive = "likes_hive" |
|
ShareHive = "share_hive" |
|
ReplyHive = "reply_hive" |
|
DanmuHive = "danmu_hive" |
|
CoinHive = "coin_hive" |
|
|
|
PlayWeekBili = "play_week_bili" |
|
FavWeekBili = "fav_week_bili" |
|
LikesWeekBili = "likes_week_bili" |
|
ShareWeekBili = "share_week_bili" |
|
ReplyWeekBili = "reply_week_bili" |
|
DanmuWeekBili = "danmu_week_bili" |
|
CoinWeekBili = "coin_week_bili" |
|
|
|
PlayDayBili = "play_day_bili" |
|
FavDayBili = "fav_day_bili" |
|
LikesDayBili = "likes_day_bili" |
|
ShareDayBili = "share_day_bili" |
|
ReplyDayBili = "reply_day_bili" |
|
DanmuDayBili = "danmu_day_bili" |
|
CoinDayBili = "coin_day_bili" |
|
|
|
PlayMonthTotal = "play_month_total" |
|
PlayMonthFinish = "play_month_finish" |
|
PlayMonth = "play_month" |
|
FavMonth = "fav_month" |
|
LikesMonth = "likes_month" |
|
ShareMonth = "share_month" |
|
ReplyMonth = "reply_month" |
|
DanmuMonth = "danmu_month" |
|
|
|
PlayWeekTotal = "play_week_total" |
|
PlayWeekFinish = "play_week_finish" |
|
PlayWeek = "play_week" |
|
LikesWeek = "likes_week" |
|
ShareWeek = "share_week" |
|
ReplyWeek = "reply_week" |
|
DanmuWeek = "danmu_week" |
|
|
|
PlayDayTotal = "play_day_total" |
|
PlayDayFinish = "play_day_finish" |
|
PlayDay = "play_day" |
|
LikesDay = "likes_day" |
|
ShareDay = "share_day" |
|
ReplyDay = "reply_day" |
|
DanmuDay = "danmu_day" |
|
|
|
UperMid = "mid" |
|
PubTime = "PubTime" |
|
|
|
State = "state" |
|
|
|
Retriever = "retriever" |
|
RecallClasses = "RecallClasses" |
|
RecallTags = "RecallTags" |
|
RecallOrder = "RecallOrder" |
|
RecallScore = "RecallScore" |
|
SourceTimeToNow = "SourceTimeToNow" |
|
)
|
|
|