648540858
2024-04-17 bf6e09d231f49fb0c2cd5a81f6b31cc64d27c368
src/main/java/com/genersoft/iot/vmp/gb28181/bean/DeviceChannel.java
@@ -447,16 +447,16 @@
      this.password = password;
   }
   public int getPTZType() {
   public int getPtzType() {
      return ptzType;
   }
   public String getPTZTypeText() {
   public String getPtzTypeText() {
      return ptzTypeText;
   }
   public void setPTZTypeText(String PTZTypeText) {
      this.ptzTypeText = PTZTypeText;
   public void setPtzTypeText(String ptzTypeText) {
      this.ptzTypeText = ptzTypeText;
   }
   public boolean isStatus() {