648540858
2022-10-18 1af77ab5f7c11a4b3d59c1989b51b9fca29679ce
src/main/java/com/genersoft/iot/vmp/gb28181/bean/Device.java
@@ -172,6 +172,9 @@
   @Schema(description = "树类型 国标规定了两种树的展现方式 行政区划:CivilCode 和业务分组:BusinessGroup")
   private String treeType;
   @Schema(description = "密码")
   private String password;
   public String getDeviceId() {
      return deviceId;
@@ -380,4 +383,12 @@
   public void setTreeType(String treeType) {
      this.treeType = treeType;
   }
   public String getPassword() {
      return password;
   }
   public void setPassword(String password) {
      this.password = password;
   }
}