Commit 63f996ff authored by 陈炎's avatar 陈炎

🎨 埃安抖音数据接口

parent d4d66eae
...@@ -67,6 +67,10 @@ public class DwdDouyinLiveInfo implements Serializable { ...@@ -67,6 +67,10 @@ public class DwdDouyinLiveInfo implements Serializable {
@TableField("statistics_total_watch_user_time") @TableField("statistics_total_watch_user_time")
private Integer statisticsTotalWatchUserTime; private Integer statisticsTotalWatchUserTime;
@ApiModelProperty("本场直播总评论数")
@TableField("statistics_total_comment_count")
private Integer statisticsTotalCommentCount;
@ApiModelProperty("本场最高在线人数(取直播报告事件中user_count或直播进入房间人员信息事件中user_count最高的值)") @ApiModelProperty("本场最高在线人数(取直播报告事件中user_count或直播进入房间人员信息事件中user_count最高的值)")
@TableField("statistics_max_online_user") @TableField("statistics_max_online_user")
private Integer statisticsMaxOnlineUser; private Integer statisticsMaxOnlineUser;
......
...@@ -32,6 +32,10 @@ public class DwsFhlMkmsAuthorActionDay implements Serializable { ...@@ -32,6 +32,10 @@ public class DwsFhlMkmsAuthorActionDay implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty("主播ID")
@TableField("author_id")
private String authorId;
@ApiModelProperty("进入私信人数") @ApiModelProperty("进入私信人数")
@TableField("session_entered_count") @TableField("session_entered_count")
private Integer sessionEnteredCount; private Integer sessionEnteredCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment