648540858
2023-10-07 c084d6c98af1ef4d36a61adc719df5db76589428
src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatform.java
@@ -186,6 +186,9 @@
    @Schema(description = "是否作为消息通道")
    private boolean asMessageChannel;
    @Schema(description = "是否作为消息通道")
    private boolean autoPushChannel;
    public Integer getId() {
        return id;
    }
@@ -425,4 +428,12 @@
    public void setAsMessageChannel(boolean asMessageChannel) {
        this.asMessageChannel = asMessageChannel;
    }
    public boolean isAutoPushChannel() {
        return autoPushChannel;
    }
    public void setAutoPushChannel(boolean autoPushChannel) {
        this.autoPushChannel = autoPushChannel;
    }
}