648540858
2023-10-07 c084d6c98af1ef4d36a61adc719df5db76589428
src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatform.java
old mode 100644 new mode 100755
@@ -53,7 +53,7 @@
    /**
     * 设备国标编号
     */
    @Schema(description = "11111")
    @Schema(description = "设备国标编号")
    private String deviceGBId;
    /**
@@ -183,11 +183,11 @@
    @Schema(description = "创建时间")
    private String createTime;
    /**
     * 树类型 国标规定了两种树的展现方式 行政区划 CivilCode 和业务分组:BusinessGroup
     */
    @Schema(description = "树类型 国标规定了两种树的展现方式 行政区划 CivilCode 和业务分组:BusinessGrou")
    private String treeType;
    @Schema(description = "是否作为消息通道")
    private boolean asMessageChannel;
    @Schema(description = "是否作为消息通道")
    private boolean autoPushChannel;
    public Integer getId() {
        return id;
@@ -421,11 +421,19 @@
        this.createTime = createTime;
    }
    public String getTreeType() {
        return treeType;
    public boolean isAsMessageChannel() {
        return asMessageChannel;
    }
    public void setTreeType(String treeType) {
        this.treeType = treeType;
    public void setAsMessageChannel(boolean asMessageChannel) {
        this.asMessageChannel = asMessageChannel;
    }
    public boolean isAutoPushChannel() {
        return autoPushChannel;
    }
    public void setAutoPushChannel(boolean autoPushChannel) {
        this.autoPushChannel = autoPushChannel;
    }
}