src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatform.java
@@ -3,6 +3,11 @@ public class ParentPlatform { /** * id */ private Integer id; /** * 是否启用 */ private boolean enable; @@ -99,6 +104,13 @@ */ private int channelCount; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public boolean isEnable() { return enable;