chenjialing
2022-07-20 f66bf823fa2b03732858819d9fdf086fb9e0b6a2
src/main/java/com/genersoft/iot/vmp/media/zlm/dto/StreamPushItem.java
@@ -103,6 +103,11 @@
     */
    private String createTime;
    /**
     * 是否正在推流
     */
    private boolean pushIng;
    public String getVhost() {
        return vhost;
    }
@@ -277,5 +282,13 @@
    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }
    public boolean isPushIng() {
        return pushIng;
    }
    public void setPushIng(boolean pushIng) {
        this.pushIng = pushIng;
    }
}