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; } }