648540858
2022-07-19 9e397ba9f6a967e147d7c994a0ab82c8fc58e9be
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;
    }
}