648540858
2024-04-09 6dd870e74c90d39c6ef2443f2f6c058f5973af62
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() {