648540858
2024-04-01 b78769f9972b1d8efe59b74868ce6adf7eccc2b6
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() {