liujie
3 天以前 3033ccf3878fae2c204df53be2a283f29f5853ed
ruoyi-system/src/main/java/com/ruoyi/system/model/TSysLive.java
@@ -72,9 +72,9 @@
    @TableField("live_type")
    private Integer liveType;
    @ApiModelProperty(value = "密码")
    @TableField("password")
    private String password;
    @ApiModelProperty(value = "直播地址")
    @TableField("live_url")
    private String liveUrl;
    @ApiModelProperty(value = "详情")
    @TableField("live_detail")
@@ -84,4 +84,7 @@
    @TableField("push_type")
    private String pushType;
    @ApiModelProperty(value = "点击次数")
    @TableField("click_count")
    private Integer clickCount;
}