zqy
22 小时以前 e04b28bc07bf773938c3521bcfc96c70c29fa60f
zhang-content/src/main/java/com/ruoyi/domain/LiveStreaming.java
@@ -99,4 +99,14 @@
     */
    private Integer duration;
    /**
     * 头像
     */
    private String avatar;
    /**
     * 状态0:进行中,1:回放
     */
    private Integer status;
}