648540858
2023-06-20 21a96ad20fd75e55d03c00af8df8adb039f0c77a
src/main/java/com/genersoft/iot/vmp/gb28181/bean/Device.java
@@ -78,7 +78,7 @@
    * 在线
    */
   @Schema(description = "是否在线,true为在线,false为离线")
   private boolean online;
   private boolean onLine;
   /**
@@ -172,12 +172,6 @@
    */
   @Schema(description = "地理坐标系, 目前支持 WGS84,GCJ02")
   private String geoCoordSys;
   /**
    * 树类型 国标规定了两种树的展现方式 行政区划:CivilCode 和业务分组:BusinessGroup
    */
   @Schema(description = "树类型 国标规定了两种树的展现方式 行政区划:CivilCode 和业务分组:BusinessGroup")
   private String treeType;
   @Schema(description = "密码")
   private String password;
@@ -286,12 +280,12 @@
      this.hostAddress = hostAddress;
   }
   public boolean isOnline() {
      return online;
   public boolean isOnLine() {
      return onLine;
   }
   public void setOnline(boolean online) {
      this.online = online;
   public void setOnLine(boolean onLine) {
      this.onLine = onLine;
   }
   public int getChannelCount() {
@@ -404,14 +398,6 @@
   public void setGeoCoordSys(String geoCoordSys) {
      this.geoCoordSys = geoCoordSys;
   }
   public String getTreeType() {
      return treeType;
   }
   public void setTreeType(String treeType) {
      this.treeType = treeType;
   }
   public String getPassword() {