zqy
2024-11-09 e37d2ce605787d75fe4fc851c87e7b6c02c9b2d8
zhang-content/src/main/java/com/ruoyi/domain/LiveStreaming.java
@@ -94,5 +94,19 @@
     */
    private Integer maxPerson;
    /**
     * 持续时间
     */
    private Integer duration;
    /**
     * 头像
     */
    private String avatar;
    /**
     * 状态0:进行中,1:回放
     */
    private Integer status;
}