feige
2024-08-28 0862c40ce7df0124cedfc0127c53b4119d2e536c
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;
}