Commit 0e18dcb0 authored by 陈炎's avatar 陈炎

Merge branch 'dev-V11.15.0' into 'uat'

🎨 埃安抖音数据接口

See merge request !45
parents 265408bf 63f996ff
......@@ -67,6 +67,10 @@ public class DwdDouyinLiveInfo implements Serializable {
@TableField("statistics_total_watch_user_time")
private Integer statisticsTotalWatchUserTime;
@ApiModelProperty("本场直播总评论数")
@TableField("statistics_total_comment_count")
private Integer statisticsTotalCommentCount;
@ApiModelProperty("本场最高在线人数(取直播报告事件中user_count或直播进入房间人员信息事件中user_count最高的值)")
@TableField("statistics_max_online_user")
private Integer statisticsMaxOnlineUser;
......
......@@ -32,6 +32,10 @@ public class DwsFhlMkmsAuthorActionDay implements Serializable {
private static final long serialVersionUID = 1L;
@ApiModelProperty("主播ID")
@TableField("author_id")
private String authorId;
@ApiModelProperty("进入私信人数")
@TableField("session_entered_count")
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