panlinlin
2021-05-08 e48fa711a3664bece9b3e58840a75fe7c05bc47c
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;